ParentControlDesigner.GetControlGlyph(GlyphSelectionType) Método

Definición

Obtiene un glifo del cuerpo que representa los límites del control.

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

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

Devoluciones

Un glifo del cuerpo que representa los límites del control.

Comentarios

El glifo del cuerpo es responsable de probar el diseñador del control y reenviar mensajes directamente al diseñador.

Se aplica a

Consulte también