StatusBarDrawItemEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | BackColor | Gets the background color of the item that is being drawn.(Inherited from DrawItemEventArgs.) |
![]() | Bounds | Gets the rectangle that represents the bounds of the item that is being drawn.(Inherited from DrawItemEventArgs.) |
![]() | Font | Gets the font that is assigned to the item being drawn.(Inherited from DrawItemEventArgs.) |
![]() | ForeColor | Gets the foreground color of the of the item being drawn.(Inherited from DrawItemEventArgs.) |
![]() | Graphics | Gets the graphics surface to draw the item on.(Inherited from DrawItemEventArgs.) |
![]() | Index | Gets the index value of the item that is being drawn.(Inherited from DrawItemEventArgs.) |
![]() | Panel | Gets the StatusBarPanel to draw. |
![]() | State | Gets the state of the item being drawn.(Inherited from DrawItemEventArgs.) |
Show:
