NetXP 3.0 Reference

ICommandBarRenderer.DrawMenuExpansionItem Method 

Draws an expansion (chevron) item on a personalized menu.

[Visual Basic]
Sub DrawMenuExpansionItem( _
   ByVal item As CommandBarExpansionItem, _
   ByVal menu As CommandContextMenu, _
   ByVal g As Graphics, _
   ByVal state As DrawItemState, _
   ByVal rect As Rectangle _
)
[C#]
void DrawMenuExpansionItem(
   CommandBarExpansionItem item,
   CommandContextMenu menu,
   Graphics g,
   DrawItemState state,
   Rectangle rect
);

Parameters

item
The item.
menu
The menu.
g
The graphics object.
state
The item's state.
rect
The item's bounds.

See Also

ICommandBarRenderer Interface | NETXP.Controls.Bars Namespace