NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StatusBarDrawItemEventArgs Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

StatusBarDrawItemEventArgs Members | System.WinForms Namespace | OnDrawItem | Graphics | Rectangle