DrawItemEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DrawItemEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| DrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState) |
지정된 글꼴, 상태, 그릴 표면 및 그릴 범위를 사용하여 지정된 컨트롤에 대한 클래스의 새 인스턴스 DrawItemEventArgs 를 초기화합니다. |
| DrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState, Color, Color) |
지정된 글꼴, 상태, 전경색, 배경색, 그릴 표면 및 그릴 범위를 사용하여 지정된 컨트롤에 대한 클래스의 새 인스턴스 DrawItemEventArgs 를 초기화합니다. |
DrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState)
- Source:
- DrawItemEventArgs.cs
- Source:
- DrawItemEventArgs.cs
- Source:
- DrawItemEventArgs.cs
- Source:
- DrawItemEventArgs.cs
- Source:
- DrawItemEventArgs.cs
지정된 글꼴, 상태, 그릴 표면 및 그릴 범위를 사용하여 지정된 컨트롤에 대한 클래스의 새 인스턴스 DrawItemEventArgs 를 초기화합니다.
public:
DrawItemEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Font ^ font, System::Drawing::Rectangle rect, int index, System::Windows::Forms::DrawItemState state);
public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state);
public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font? font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state);
new System.Windows.Forms.DrawItemEventArgs : System.Drawing.Graphics * System.Drawing.Font * System.Drawing.Rectangle * int * System.Windows.Forms.DrawItemState -> System.Windows.Forms.DrawItemEventArgs
Public Sub New (graphics As Graphics, font As Font, rect As Rectangle, index As Integer, state As DrawItemState)
매개 변수
- index
- Int32
Control.ControlCollection 그릴 항목의 인덱스 값입니다.
- state
- DrawItemState
컨트롤의 정보입니다 DrawItemState .
적용 대상
DrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState, Color, Color)
- Source:
- DrawItemEventArgs.cs
- Source:
- DrawItemEventArgs.cs
- Source:
- DrawItemEventArgs.cs
- Source:
- DrawItemEventArgs.cs
- Source:
- DrawItemEventArgs.cs
지정된 글꼴, 상태, 전경색, 배경색, 그릴 표면 및 그릴 범위를 사용하여 지정된 컨트롤에 대한 클래스의 새 인스턴스 DrawItemEventArgs 를 초기화합니다.
public:
DrawItemEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Font ^ font, System::Drawing::Rectangle rect, int index, System::Windows::Forms::DrawItemState state, System::Drawing::Color foreColor, System::Drawing::Color backColor);
public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor);
public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font? font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor);
new System.Windows.Forms.DrawItemEventArgs : System.Drawing.Graphics * System.Drawing.Font * System.Drawing.Rectangle * int * System.Windows.Forms.DrawItemState * System.Drawing.Color * System.Drawing.Color -> System.Windows.Forms.DrawItemEventArgs
Public Sub New (graphics As Graphics, font As Font, rect As Rectangle, index As Integer, state As DrawItemState, foreColor As Color, backColor As Color)
매개 변수
- index
- Int32
Control.ControlCollection 그릴 항목의 인덱스 값입니다.
- state
- DrawItemState
컨트롤의 정보입니다 DrawItemState .