言語

ControlBodyGlyph コンストラクター

定義

ControlBodyGlyph クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

ControlBodyGlyph クラスの新しいインスタンスを初期化します。

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

ControlBodyGlyph クラスの新しいインスタンスを初期化します。

ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

ソース:
ControlBodyGlyph.cs
ソース:
ControlBodyGlyph.cs
ソース:
ControlBodyGlyph.cs
ソース:
ControlBodyGlyph.cs
ソース:
ControlBodyGlyph.cs

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.cs
ソース:
ControlBodyGlyph.cs
ソース:
ControlBodyGlyph.cs
ソース:
ControlBodyGlyph.cs
ソース:
ControlBodyGlyph.cs

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)

パラメーター

bounds
Rectangle

Rectangleの境界を表すGlyph

cursor
Cursor

マウス ポインターがCursorの上にあるときに表示するカーソルを表すGlyph

relatedComponent
IComponent

Glyphが関連付けられているコンポーネント。

designer
ControlDesigner

ControlDesignerが関連付けられているGlyph

適用対象