ParentControlDesigner::GetControlGlyph Method (GlyphSelectionType)
.NET Framework (current version)
Gets a body glyph that represents the bounds of the control.
Assembly: System.Design (in System.Design.dll)
protected: virtual ControlBodyGlyph^ GetControlGlyph( GlyphSelectionType selectionType ) override
Parameters
- selectionType
-
Type:
System.Windows.Forms.Design.Behavior::GlyphSelectionType
A GlyphSelectionType value that specifies the selection state.
Return Value
Type: System.Windows.Forms.Design.Behavior::ControlBodyGlyph^A body glyph that represents the bounds of the control.
The body glyph is responsible for hit testing the control's designer and forwarding messages directly to the designer.
.NET Framework
Available since 2.0
Available since 2.0
Show: