Partager via


ControlDesigner.GetGlyphs(GlyphSelectionType) Méthode

Définition

Obtient une collection d'objets Glyph qui représentent les bordures de sélection et les poignées de manipulation d'un contrôle standard.

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

Paramètres

selectionType
GlyphSelectionType

Valeur GlyphSelectionType qui spécifie l'état de sélection.

Retours

GlyphCollection

Collection d'objets Glyph.

Remarques

Notez que, en fonction de selectionType, les Glyph objets retournés représentent l’un des états de sélection suivants :

  • Bordure de sélection entièrement resizable avec poignées de saisie ;

  • Bordure de sélection verrouillée ;

  • Sélection « masquée » Glyphunique .

S’applique à