Compartilhar via


ParentControlDesigner.GetGlyphs(GlyphSelectionType) Método

Definição

Obtém uma coleção de Glyph objetos que representam as bordas de seleção e alças de captura para um controle padrão.

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

Um GlyphSelectionType valor que especifica o estado de seleção.

Retornos

Uma coleção de Glyph objetos.

Comentários

O GetGlyphs método adiciona um seletor Glyph de contêiner à coleção de glifos de seleção.

Aplica-se a

Confira também