Compartilhar via


ControlDesigner.GetControlGlyph(GlyphSelectionType) Método

Definição

Retorna um ControlBodyGlyph que representa os limites desse controle.

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

Parâmetros

selectionType
GlyphSelectionType

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

Retornos

ControlBodyGlyph

Um ControlBodyGlyph que representa os limites desse controle.

Aplica-se a