ParentControlDesigner.GetControlGlyph(GlyphSelectionType) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.