StatusBarDrawItemEventArgs Constructor

 

Initializes a new instance of the StatusBarDrawItemEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodStatusBarDrawItemEventArgs(Graphics^, Font^, Rectangle, Int32, DrawItemState, StatusBarPanel^)

Initializes a new instance of the StatusBarDrawItemEventArgs class without specifying a background and foreground color for the StatusBarPanel.

System_CAPS_pubmethodStatusBarDrawItemEventArgs(Graphics^, Font^, Rectangle, Int32, DrawItemState, StatusBarPanel^, Color, Color)

Initializes a new instance of the StatusBarDrawItemEventArgs class with a specified background and foreground color for the StatusBarPanel.

Return to top
Show: