DocumentDesigner.GetGlyphs(GlyphSelectionType) Método

Definición

Obtiene un objeto GlyphCollection que representa los Glyph objetos .

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

Parámetros

selectionType
GlyphSelectionType

Valor GlyphSelectionType que especifica el estado de selección.

Devoluciones

Una colección de objetos Glyph.

Se aplica a