NetXP 3.0 Reference

OfficeXP.DrawMenuExpansionItem Method 

Internal. See ICommandBarRenderer

[Visual Basic]
NotOverridable Public Sub DrawMenuExpansionItem( _
   ByVal item As CommandBarExpansionItem, _
   ByVal menu As CommandContextMenu, _
   ByVal g As Graphics, _
   ByVal state As DrawItemState, _
   ByVal bounds As Rectangle _
) Implements _
   ICommandBarRenderer.DrawMenuExpansionItem
[C#]
public void DrawMenuExpansionItem(
   CommandBarExpansionItem item,
   CommandContextMenu menu,
   Graphics g,
   DrawItemState state,
   Rectangle bounds
);

Parameters

item
menu
g
state
bounds

Implements

ICommandBarRenderer.DrawMenuExpansionItem

See Also

OfficeXP Class | NETXP.Controls.Bars.CommandBarRenderers Namespace