NetXP 3.0 Reference

Office2003.DrawMenuSeparatorItem Method 

Internal. See ICommandBarRenderer

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

Parameters

item
menu
g
bounds

Implements

ICommandBarRenderer.DrawMenuSeparatorItem

See Also

Office2003 Class | NETXP.Controls.Bars.CommandBarRenderers Namespace