ControlDesigner::GetGlyphs Method (GlyphSelectionType)

 

Gets a collection of Glyph objects representing the selection borders and grab handles for a standard control.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual GlyphCollection^ GetGlyphs(
	GlyphSelectionType selectionType
)

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::GlyphCollection^

A collection of Glyph objects.

Note that based on selectionType, the Glyph objects returned will represent one of these selection states:

  • A fully resizable selection border with grab handles;

  • A locked selection border;

  • A single 'hidden' selection Glyph.

.NET Framework
Available since 2.0
Return to top
Show: