ControlBodyGlyph Конструкторы

Определение

Инициализирует новый экземпляр класса ControlBodyGlyph.

Перегрузки

ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

Инициализирует новый экземпляр класса ControlBodyGlyph.

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

Инициализирует новый экземпляр класса ControlBodyGlyph.

ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

Инициализирует новый экземпляр класса 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)

Параметры

bounds
Rectangle

Объект Rectangle, который представляет границы Glyph.

cursor
Cursor

Объект Cursor, который представляет курсор, отображаемый, когда указатель мыши находится над Glyph.

relatedComponent
IComponent

Компонент, с которым связан объект Glyph.

behavior
Behavior

Behavior, с которым связан Glyph.

Применяется к

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

Инициализирует новый экземпляр класса 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);
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)

Параметры

bounds
Rectangle

Объект Rectangle, который представляет границы Glyph.

cursor
Cursor

Объект Cursor, который представляет курсор, отображаемый, когда указатель мыши находится над Glyph.

relatedComponent
IComponent

Компонент, с которым связан объект Glyph.

designer
ControlDesigner

Объект ControlDesigner, с которым связан Glyph.

Применяется к