ComponentGlyph Class
Associates a Glyph with its component.
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 | |
|---|---|---|
![]() | ComponentGlyph(IComponent^) | Initializes a new instance of the ComponentGlyph class. |
![]() | ComponentGlyph(IComponent^, Behavior^) | Initializes a new instance of the ComponentGlyph class. |
| 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 ComponentGlyph.(Overrides Glyph::GetHitTest(Point).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Paint(PaintEventArgs^) | Provides paint logic.(Overrides Glyph::Paint(PaintEventArgs^).) |
![]() | SetBehavior(Behavior^) | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ComponentGlyph class contains the RelatedComponent property, which points back to the glyph's related component. This property can be used to trace Glyph objects back to their component, such as during drag operations.
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.


