System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Windows.Forms.DrawItemEventArgs The event occurs when a visual aspect of an owner-drawn changes. A specifies the object to use to draw the panel, the object in which to draw the panel, the panel identification number, state information about the panel, and the panel to draw. You can use the data provided by this class in an event handler for the event to create custom-drawn panels in your application's control. Provides data for the event. Constructor To be added. Initializes a new instance of the class without specifying a background and foreground color for the . The to use to draw the . The used to render text. The that represents the client area of the . The zero-based index of the panel in the of the control. One of the values that represents state information about the . A that represents the panel to draw. 1.0.5000.0 2.0.0.0 Constructor To be added. Initializes a new instance of the class with a specified background and foreground color for the . The to use to draw the . The used to render text. The that represents the client area of the . The zero-based index of the panel in the of the control. One of the values that represents state information about the . A that represents the panel to draw. One of the values that represents the foreground color of the panel to draw. One of the values that represents the background color of the panel to draw. 1.0.5000.0 2.0.0.0 Property System.Windows.Forms.StatusBarPanel To be added. The property enables you to obtain the that needs to be drawn. You can use this information within the event handler for the event of a control to perform drawing tasks on the . Gets the to draw. 1.0.5000.0 2.0.0.0