NetXP 3.0 Reference

WindowsDefault.DrawGripper Method 

Internal. See ICommandBarRenderer

[Visual Basic]
NotOverridable Public Sub DrawGripper( _
   ByVal bar As CommandBar, _
   ByVal g As Graphics, _
   ByVal gripRect As Rectangle, _
   ByVal vertical As Boolean _
) Implements _
   ICommandBarRenderer.DrawGripper
[C#]
public void DrawGripper(
   CommandBar bar,
   Graphics g,
   Rectangle gripRect,
   bool vertical
);

Parameters

bar
g
gripRect
vertical

Implements

ICommandBarRenderer.DrawGripper

See Also

WindowsDefault Class | NETXP.Controls.Bars.CommandBarRenderers Namespace