ControlBodyGlyph 생성자

정의

ControlBodyGlyph 클래스의 새 인스턴스를 초기화합니다.

오버로드

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

ControlBodyGlyph 클래스의 새 인스턴스를 초기화합니다.

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

ControlBodyGlyph 클래스의 새 인스턴스를 초기화합니다.

ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)

Source:
ControlBodyGlyph.cs
Source:
ControlBodyGlyph.cs
Source:
ControlBodyGlyph.cs
Source:
ControlBodyGlyph.cs
Source:
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나타내는 A Glyph 입니다.

cursor
Cursor

Cursor 마우스 포인터가 위에 있을 때 표시할 커서를 Glyph나타내는 A입니다.

relatedComponent
IComponent

연결된 구성 요소 Glyph 입니다.

behavior
Behavior

Behavior Glyph 연결된 값입니다.

적용 대상

ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)

Source:
ControlBodyGlyph.cs
Source:
ControlBodyGlyph.cs
Source:
ControlBodyGlyph.cs
Source:
ControlBodyGlyph.cs
Source:
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나타내는 A Glyph 입니다.

cursor
Cursor

Cursor 마우스 포인터가 위에 있을 때 표시할 커서를 Glyph나타내는 A입니다.

relatedComponent
IComponent

연결된 구성 요소 Glyph 입니다.

designer
ControlDesigner

ControlDesigner 연결된 A Glyph 입니다.

적용 대상