NetXP 3.0 Reference

ICommandBarRenderer.DrawLabelItem Method 

Draws a label item.

[Visual Basic]
Sub DrawLabelItem( _
   ByVal item As CommandBarLabelItem, _
   ByVal bar As CommandBar, _
   ByVal g As Graphics, _
   ByVal rect As Rectangle _
)
[C#]
void DrawLabelItem(
   CommandBarLabelItem item,
   CommandBar bar,
   Graphics g,
   Rectangle rect
);

Parameters

item
The item.
bar
The command bar.
g
The graphics object.
rect
The item's bounds.

See Also

ICommandBarRenderer Interface | NETXP.Controls.Bars Namespace