'Declaration
Public Event RenderToolStripPanelBackground As System.Windows.Forms.ToolStripPanelRenderEventHandler
'Usage
Dim instance As NToolStripSkinRenderer Dim handler As System.Windows.Forms.ToolStripPanelRenderEventHandler AddHandler instance.RenderToolStripPanelBackground, handler
public event System.Windows.Forms.ToolStripPanelRenderEventHandler RenderToolStripPanelBackground
Event Data
The event handler receives an argument of type System.Windows.Forms.ToolStripPanelRenderEventArgs containing data related to this event. The following ToolStripPanelRenderEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Graphics | Gets or sets the graphics used to paint the System.Windows.Forms.ToolStripPanel. |
Handled | Gets or sets a value indicating whether the event was handled. |
ToolStripPanel | Gets the System.Windows.Forms.ToolStripPanel to paint. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also