DocumentDesigner.GetGlyphs(GlyphSelectionType) Méthode

Définition

Obtient un GlyphCollection qui représente les objets Glyph.

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

Paramètres

selectionType
GlyphSelectionType

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

Retours

GlyphCollection

Collection d'objets Glyph.

S’applique à