ControlBodyGlyph Construtores

Definição

Inicializa uma nova instância da classe ControlBodyGlyph.

Sobrecargas

Nome Description
ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

Inicializa uma nova instância da classe ControlBodyGlyph.

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

Inicializa uma nova instância da classe ControlBodyGlyph.

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 classe ControlBodyGlyph.

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

Um Rectangle que representa os limites do Glyph.

cursor
Cursor

Um Cursor que representa o cursor a ser exibido quando o ponteiro do mouse estiver sobre o Glyph.

relatedComponent
IComponent

O componente ao qual o Glyph componente está associado.

behavior
Behavior

O Behavior 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 classe ControlBodyGlyph.

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

Um Rectangle que representa os limites do Glyph.

cursor
Cursor

Um Cursor que representa o cursor a ser exibido quando o ponteiro do mouse estiver sobre o Glyph.

relatedComponent
IComponent

O componente ao qual o Glyph componente está associado.

designer
ControlDesigner

Um ControlDesigner com o qual o Glyph está associado.

Aplica-se a