ParentControlDesigner.GetGlyphs(GlyphSelectionType) Método

Definición

Obtiene una colección de objetos Glyph que representan los bordes de selección y los identificadores de agarre de un control estándar.

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

Un valor GlyphSelectionType que especifica el estado de la selección.

Devoluciones

GlyphCollection

Una colección de objetos Glyph.

Comentarios

El GetGlyphs método agrega un selector Glyph de contenedor a la colección de glifos de selección.

Se aplica a

Consulte también