NetXP 3.0 Reference

CommandBarControlItem.Draw Method 

See CommandBarItem

[Visual Basic]
Overrides Public Sub Draw( _
   ByVal parent As CommandBar, _
   ByVal g As Graphics, _
   ByVal state As DrawItemState, _
   ByVal rect As Rectangle _
)
[C#]
public override void Draw(
   CommandBar parent,
   Graphics g,
   DrawItemState state,
   Rectangle rect
);

Parameters

parent
g
state
rect

See Also

CommandBarControlItem Class | NETXP.Controls.Bars Namespace