Compartilhar via


ParentControlDesigner.GetControlGlyph(GlyphSelectionType) Método

Definição

Obtém ou define um glifo que representa os limites do controle.

protected:
 override System::Windows::Forms::Design::Behavior::ControlBodyGlyph ^ GetControlGlyph(System::Windows::Forms::Design::Behavior::GlyphSelectionType selectionType);
protected override System.Windows.Forms.Design.Behavior.ControlBodyGlyph GetControlGlyph (System.Windows.Forms.Design.Behavior.GlyphSelectionType selectionType);
override this.GetControlGlyph : System.Windows.Forms.Design.Behavior.GlyphSelectionType -> System.Windows.Forms.Design.Behavior.ControlBodyGlyph
Protected Overrides Function GetControlGlyph (selectionType As GlyphSelectionType) As ControlBodyGlyph

Parâmetros

selectionType
GlyphSelectionType

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

Retornos

Um glifo que representa os limites do controle.

Comentários

O glifo do corpo é responsável por testar o designer do controle e encaminhar mensagens diretamente para o designer.

Aplica-se a

Confira também