Bearbeiten

ParentControlDesigner.GetGlyphs(GlyphSelectionType) Method

Definition

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

public:
 override System::Windows::Forms::Design::Behavior::GlyphCollection ^ GetGlyphs(System::Windows::Forms::Design::Behavior::GlyphSelectionType selectionType);
public override System.Windows.Forms.Design.Behavior.GlyphCollection GetGlyphs (System.Windows.Forms.Design.Behavior.GlyphSelectionType selectionType);
override this.GetGlyphs : System.Windows.Forms.Design.Behavior.GlyphSelectionType -> System.Windows.Forms.Design.Behavior.GlyphCollection
Public Overrides Function GetGlyphs (selectionType As GlyphSelectionType) As GlyphCollection

Parameters

selectionType
GlyphSelectionType

A GlyphSelectionType value that specifies the selection state.

Returns

A collection of Glyph objects.

Remarks

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

Applies to

See also