'Declaration
Public Event RenderToolStripContentPanelBackground As System.Windows.Forms.ToolStripContentPanelRenderEventHandler
'Usage
Dim instance As NToolStripSkinRenderer Dim handler As System.Windows.Forms.ToolStripContentPanelRenderEventHandler AddHandler instance.RenderToolStripContentPanelBackground, handler
public event System.Windows.Forms.ToolStripContentPanelRenderEventHandler RenderToolStripContentPanelBackground
Event Data
The event handler receives an argument of type System.Windows.Forms.ToolStripContentPanelRenderEventArgs containing data related to this event. The following ToolStripContentPanelRenderEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Graphics | Gets the object to use for drawing. |
Handled | Gets or sets a value indicating whether the event was handled. |
ToolStripContentPanel | Gets the System.Windows.Forms.ToolStripContentPanel affected by the click. |
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