ControlBodyGlyph Construtores

Definição

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

bounds
Rectangle

A Rectangle que representa os limites do Glyph.

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.

behavior
Behavior

O Behavior com que 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

bounds
Rectangle

A Rectangle que representa os limites do Glyph.

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.

Aplica-se a