ControlBodyGlyph Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da ControlBodyGlyph classe.
Sobrecargas
| Name | Description |
|---|---|
| ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior) |
Inicializa uma nova instância da ControlBodyGlyph classe. |
| ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner) |
Inicializa uma nova instância da ControlBodyGlyph classe. |
ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)
- Origem:
- ControlBodyGlyph.cs
- Origem:
- ControlBodyGlyph.cs
- Origem:
- ControlBodyGlyph.cs
- Origem:
- ControlBodyGlyph.cs
- Origem:
- ControlBodyGlyph.cs
Inicializa uma nova instância da ControlBodyGlyph classe.
public:
ControlBodyGlyph(System::Drawing::Rectangle bounds, System::Windows::Forms::Cursor ^ cursor, System::ComponentModel::IComponent ^ relatedComponent, System::Windows::Forms::Design::Behavior::Behavior ^ behavior);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor cursor, System.ComponentModel.IComponent relatedComponent, System.Windows.Forms.Design.Behavior.Behavior behavior);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor? cursor, System.ComponentModel.IComponent? relatedComponent, System.Windows.Forms.Design.Behavior.Behavior? behavior);
new System.Windows.Forms.Design.Behavior.ControlBodyGlyph : System.Drawing.Rectangle * System.Windows.Forms.Cursor * System.ComponentModel.IComponent * System.Windows.Forms.Design.Behavior.Behavior -> System.Windows.Forms.Design.Behavior.ControlBodyGlyph
Public Sub New (bounds As Rectangle, cursor As Cursor, relatedComponent As IComponent, behavior As Behavior)
Parâmetros
- cursor
- Cursor
A Cursor que representa o cursor a mostrar quando o ponteiro do rato está sobre o Glyph.
- relatedComponent
- IComponent
O componente com o qual o Glyph está associado.
Aplica-se a
ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)
- Origem:
- ControlBodyGlyph.cs
- Origem:
- ControlBodyGlyph.cs
- Origem:
- ControlBodyGlyph.cs
- Origem:
- ControlBodyGlyph.cs
- Origem:
- ControlBodyGlyph.cs
Inicializa uma nova instância da ControlBodyGlyph classe.
public:
ControlBodyGlyph(System::Drawing::Rectangle bounds, System::Windows::Forms::Cursor ^ cursor, System::ComponentModel::IComponent ^ relatedComponent, System::Windows::Forms::Design::ControlDesigner ^ designer);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor cursor, System.ComponentModel.IComponent relatedComponent, System.Windows.Forms.Design.ControlDesigner designer);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor? cursor, System.ComponentModel.IComponent? relatedComponent, System.Windows.Forms.Design.ControlDesigner designer);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor? cursor, System.ComponentModel.IComponent? relatedComponent, System.Windows.Forms.Design.ControlDesigner? designer);
new System.Windows.Forms.Design.Behavior.ControlBodyGlyph : System.Drawing.Rectangle * System.Windows.Forms.Cursor * System.ComponentModel.IComponent * System.Windows.Forms.Design.ControlDesigner -> System.Windows.Forms.Design.Behavior.ControlBodyGlyph
Public Sub New (bounds As Rectangle, cursor As Cursor, relatedComponent As IComponent, designer As ControlDesigner)
Parâmetros
- cursor
- Cursor
A Cursor que representa o cursor a mostrar quando o ponteiro do rato está sobre o Glyph.
- relatedComponent
- IComponent
O componente com o qual o Glyph está associado.
- designer
- ControlDesigner
A ControlDesigner com o qual o Glyph está associado.