Sdílet prostřednictvím


ParentControlDesigner.GetGlyphs(GlyphSelectionType) Metoda

Definice

Získá kolekci Glyph objektů představujících ohraničení výběru a úchyty pro standardní ovládací prvek.

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

Parametry

selectionType
GlyphSelectionType

Hodnota GlyphSelectionType , která určuje stav výběru.

Návraty

GlyphCollection

Kolekce objektů Glyph.

Poznámky

Metoda GetGlyphs přidá selektor Glyph kontejneru do kolekce glyphs výběru.

Platí pro

Viz také