Udostępnij za pośrednictwem


StatusBarDrawItemEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy StatusBarDrawItemEventArgs.

Przeciążenia

StatusBarDrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState, StatusBarPanel)

Inicjuje StatusBarDrawItemEventArgs nowe wystąpienie klasy bez określania koloru tła i pierwszego planu dla klasy StatusBarPanel.

StatusBarDrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState, StatusBarPanel, Color, Color)

Inicjuje StatusBarDrawItemEventArgs nowe wystąpienie klasy z określonym kolorem tła i pierwszego planu dla klasy StatusBarPanel.

StatusBarDrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState, StatusBarPanel)

Inicjuje StatusBarDrawItemEventArgs nowe wystąpienie klasy bez określania koloru tła i pierwszego planu dla klasy StatusBarPanel.

public:
 StatusBarDrawItemEventArgs(System::Drawing::Graphics ^ g, System::Drawing::Font ^ font, System::Drawing::Rectangle r, int itemId, System::Windows::Forms::DrawItemState itemState, System::Windows::Forms::StatusBarPanel ^ panel);
public StatusBarDrawItemEventArgs (System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel);
new System.Windows.Forms.StatusBarDrawItemEventArgs : System.Drawing.Graphics * System.Drawing.Font * System.Drawing.Rectangle * int * System.Windows.Forms.DrawItemState * System.Windows.Forms.StatusBarPanel -> System.Windows.Forms.StatusBarDrawItemEventArgs
Public Sub New (g As Graphics, font As Font, r As Rectangle, itemId As Integer, itemState As DrawItemState, panel As StatusBarPanel)

Parametry

g
Graphics

Do Graphics użycia do rysowania .StatusBarPanel

font
Font

Element używany do renderowania Font tekstu.

r
Rectangle

Obiekt Rectangle , który reprezentuje obszar klienta obiektu StatusBarPanel.

itemId
Int32

Indeks zerowy panelu w StatusBar.StatusBarPanelCollection kontrolce StatusBar .

itemState
DrawItemState

DrawItemState Jedna z wartości reprezentujących informacje o stanie o obiekcie StatusBarPanel.

panel
StatusBarPanel

Obiekt StatusBarPanel reprezentujący panel do rysowania.

Zobacz też

Dotyczy

StatusBarDrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState, StatusBarPanel, Color, Color)

Inicjuje StatusBarDrawItemEventArgs nowe wystąpienie klasy z określonym kolorem tła i pierwszego planu dla klasy StatusBarPanel.

public:
 StatusBarDrawItemEventArgs(System::Drawing::Graphics ^ g, System::Drawing::Font ^ font, System::Drawing::Rectangle r, int itemId, System::Windows::Forms::DrawItemState itemState, System::Windows::Forms::StatusBarPanel ^ panel, System::Drawing::Color foreColor, System::Drawing::Color backColor);
public StatusBarDrawItemEventArgs (System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel, System.Drawing.Color foreColor, System.Drawing.Color backColor);
new System.Windows.Forms.StatusBarDrawItemEventArgs : System.Drawing.Graphics * System.Drawing.Font * System.Drawing.Rectangle * int * System.Windows.Forms.DrawItemState * System.Windows.Forms.StatusBarPanel * System.Drawing.Color * System.Drawing.Color -> System.Windows.Forms.StatusBarDrawItemEventArgs
Public Sub New (g As Graphics, font As Font, r As Rectangle, itemId As Integer, itemState As DrawItemState, panel As StatusBarPanel, foreColor As Color, backColor As Color)

Parametry

g
Graphics

Do Graphics użycia do rysowania .StatusBarPanel

font
Font

Element używany do renderowania Font tekstu.

r
Rectangle

Obiekt Rectangle , który reprezentuje obszar klienta obiektu StatusBarPanel.

itemId
Int32

Indeks zerowy panelu w StatusBar.StatusBarPanelCollection kontrolce StatusBar .

itemState
DrawItemState

DrawItemState Jedna z wartości reprezentujących informacje o stanie o obiekcie StatusBarPanel.

panel
StatusBarPanel

Obiekt StatusBarPanel reprezentujący panel do rysowania.

foreColor
Color

Color Jedna z wartości reprezentujących kolor pierwszego planu panelu do rysowania.

backColor
Color

Color Jedna z wartości reprezentujących kolor tła panelu do rysowania.

Dotyczy