Provides data for the OnDrawItem event.
Object
EventArgs
DrawItemEventArgs
StatusBarDrawItemEventArgs
[Visual Basic] Public Class StatusBarDrawItemEventArgs Inherits DrawItemEventArgs [C#] public class StatusBarDrawItemEventArgs : DrawItemEventArgs [C++] public __gc class StatusBarDrawItemEventArgs : public DrawItemEventArgs [JScript] public class StatusBarDrawItemEventArgs extends DrawItemEventArgs
The OnDrawItem event occurs when a visual aspect of an owner-drawn status bar changes. A StatusBarDrawItemEventArgs specifies the Graphics object to use to draw the panel, the Rectangle object in which to draw the panel, the panel identification number, state information about the panel, and the panel to draw.
Namespace: System.WinForms
Assembly: System.WinForms.dll
StatusBarDrawItemEventArgs Members | System.WinForms Namespace | OnDrawItem | Graphics | Rectangle