ControlBodyGlyph Constructors

Definition

Initializes a new instance of the ControlBodyGlyph class.

Overloads

ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

Initializes a new instance of the ControlBodyGlyph class.

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

Initializes a new instance of the ControlBodyGlyph class.

ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

Initializes a new instance of the ControlBodyGlyph class.

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)

Parameters

bounds
Rectangle

A Rectangle that represents the bounds of the Glyph.

cursor
Cursor

A Cursor that represents the cursor to display when the mouse pointer is over the Glyph.

relatedComponent
IComponent

The component with which the Glyph is associated.

behavior
Behavior

The Behavior with which the Glyph is associated.

Applies to

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

Initializes a new instance of the ControlBodyGlyph class.

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)

Parameters

bounds
Rectangle

A Rectangle that represents the bounds of the Glyph.

cursor
Cursor

A Cursor that represents the cursor to display when the mouse pointer is over the Glyph.

relatedComponent
IComponent

The component with which the Glyph is associated.

designer
ControlDesigner

A ControlDesigner with which the Glyph is associated.

Applies to