NetXP 3.0 Reference
CommandBarLabelItem.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
CommandBarLabelItem Class
|
NETXP.Controls.Bars Namespace