ParentControlDesigner.GetGlyphs(GlyphSelectionType) Methode

Definition

Ruft eine Auflistung von Glyph-Objekt ab, die die Markierungsrahmen und Ziehpunkte für ein Standardsteuerelement darstellen.

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

Parameter

selectionType
GlyphSelectionType

Ein GlyphSelectionType-Wert, der den Auswahlzustand angibt.

Gibt zurück

GlyphCollection

Eine Auflistung von Glyph-Objekten.

Hinweise

Die GetGlyphs Methode fügt der Auswahlglyphensammlung eine Containerauswahl Glyph hinzu.

Gilt für

Siehe auch