ControlBodyGlyph Class
Associates a Glyph with its control.
Assembly: System.Design (in System.Design.dll)
System.Windows.Forms.Design.Behavior::Glyph
System.Windows.Forms.Design.Behavior::ComponentGlyph
System.Windows.Forms.Design.Behavior::ControlBodyGlyph
| Name | Description | |
|---|---|---|
![]() | ControlBodyGlyph(Rectangle, Cursor^, IComponent^, Behavior^) | Initializes a new instance of the ControlBodyGlyph class. |
![]() | ControlBodyGlyph(Rectangle, Cursor^, IComponent^, ControlDesigner^) | Initializes a new instance of the ControlBodyGlyph class. |
| Name | Description | |
|---|---|---|
![]() | Behavior | |
![]() | Bounds | Gets the bounds of the Glyph.(Overrides Glyph::Bounds.) |
![]() | RelatedComponent | Gets the component that is associated with the Glyph .(Inherited from ComponentGlyph.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHitTest(Point) | Indicates whether a mouse click at the specified point should be handled by the ControlBodyGlyph.(Overrides ComponentGlyph::GetHitTest(Point).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Paint(PaintEventArgs^) | Provides paint logic.(Inherited from ComponentGlyph.) |
![]() | SetBehavior(Behavior^) | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


