NetXP 3.0 Reference
ICommandBarRenderer.DrawMenuLabelItem Method
Draws a label on a popup menu.
[Visual Basic]
Sub DrawMenuLabelItem( _
ByVal
item
As
CommandBarLabelItem
, _
ByVal
menu
As
CommandContextMenu
, _
ByVal
g
As
Graphics
, _
ByVal
rect
As
Rectangle
_
)
[C#]
void
DrawMenuLabelItem(
CommandBarLabelItem
item
,
CommandContextMenu
menu
,
Graphics
g
,
Rectangle
rect
);
Parameters
item
The item.
menu
The menu.
g
The graphics object.
rect
The item's bounds.
See Also
ICommandBarRenderer Interface
|
NETXP.Controls.Bars Namespace