ControlBodyGlyph 类

定义

Glyph 与其控件关联。

public ref class ControlBodyGlyph : System::Windows::Forms::Design::Behavior::ComponentGlyph
public class ControlBodyGlyph : System.Windows.Forms.Design.Behavior.ComponentGlyph
type ControlBodyGlyph = class
    inherit ComponentGlyph
Public Class ControlBodyGlyph
Inherits ComponentGlyph
继承
ControlBodyGlyph

注解

放置在每个控件上, Glyph 并按每个控件的确切边界调整大小。

构造函数

ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

初始化 ControlBodyGlyph 类的新实例。

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

初始化 ControlBodyGlyph 类的新实例。

属性

Behavior

获取与 Behavior 关联的 Glyph

(继承自 Glyph)
Bounds

获取 Glyph 的边界。

RelatedComponent

获取与该 Glyph 关联的组件。

(继承自 ComponentGlyph)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetHitTest(Point)

指示对指定点的鼠标单击是否应由 ControlBodyGlyph 处理。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Paint(PaintEventArgs)

提供绘制逻辑。

(继承自 ComponentGlyph)
SetBehavior(Behavior)

更改与 Behavior 关联的 Glyph

(继承自 Glyph)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于