ControlDesigner.GetGlyphs(GlyphSelectionType) Methode

Definitie

Hiermee haalt u een verzameling objecten op die Glyph de selectieranden vertegenwoordigen en greepgrepen voor een standaard besturingselement.

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

Parameters

selectionType
GlyphSelectionType

Een GlyphSelectionType waarde die de selectiestatus aangeeft.

Retouren

Een verzameling Glyph objecten.

Opmerkingen

Houd er rekening mee selectionTypedat de Glyph geretourneerde objecten een van deze selectiestatussen vertegenwoordigen:

  • Een volledig formaatbare selectierand met greepgrepen;

  • Een vergrendelde selectierand;

  • Eén 'verborgen' selectie Glyph.

Van toepassing op