Nevron.UI.WinForm.Controls Namespace / NToolStripSkinRenderer Class / RenderToolStripPanelBackground Event


RenderToolStripPanelBackground Event
Syntax
'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
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.

PropertyDescription
Gets or sets the graphics used to paint the System.Windows.Forms.ToolStripPanel.  
Gets or sets a value indicating whether the event was handled.  
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