'Declaration
Public Event RenderGrip As System.Windows.Forms.ToolStripGripRenderEventHandler
'Usage
Dim instance As NToolStripSkinRenderer Dim handler As System.Windows.Forms.ToolStripGripRenderEventHandler AddHandler instance.RenderGrip, handler
public event System.Windows.Forms.ToolStripGripRenderEventHandler RenderGrip
Event Data
The event handler receives an argument of type System.Windows.Forms.ToolStripGripRenderEventArgs containing data related to this event. The following ToolStripGripRenderEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AffectedBounds | (Inherited from System.Windows.Forms.ToolStripRenderEventArgs) |
BackColor | (Inherited from System.Windows.Forms.ToolStripRenderEventArgs) |
ConnectedArea | (Inherited from System.Windows.Forms.ToolStripRenderEventArgs) |
Graphics | (Inherited from System.Windows.Forms.ToolStripRenderEventArgs) |
GripBounds | Gets the rectangle representing the area in which to paint the move handle. |
GripDisplayStyle | Gets the style that indicates whether the move handle is displayed vertically or horizontally. |
GripStyle | Gets the style that indicates whether or not the move handle is visible. |
ToolStrip | (Inherited from System.Windows.Forms.ToolStripRenderEventArgs) |
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