NetXP 3.0 Reference

ICommandBarRenderer.DrawGripper Method 

Draws the gripper for a command bar.

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

Parameters

bar
The command bar.
g
The graphics object.
gripRect
The gripper bounds.
vertical
Is the bar vertical?

See Also

ICommandBarRenderer Interface | NETXP.Controls.Bars Namespace