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

A collection of Glyph objects.

The GetGlyphs method adds a container selector Glyph to the selection glyphs collection.

.NET Framework
Available since 2.0
Return to top
Show: