NetXP 3.0 Reference

OfficeXP.DrawExpansionItem Method 

Internal. See ICommandBarRenderer

[Visual Basic]
NotOverridable Public Sub DrawExpansionItem( _
   ByVal item As CommandBarExpansionItem, _
   ByVal bar As CommandBar, _
   ByVal g As Graphics, _
   ByVal state As DrawItemState, _
   ByVal rect As Rectangle, _
   ByVal dropDown As Boolean, _
   ByVal chevron As Boolean _
) Implements _
   ICommandBarRenderer.DrawExpansionItem
[C#]
public void DrawExpansionItem(
   CommandBarExpansionItem item,
   CommandBar bar,
   Graphics g,
   DrawItemState state,
   Rectangle rect,
   bool dropDown,
   bool chevron
);

Parameters

item
bar
g
state
rect
dropDown
chevron

Implements

ICommandBarRenderer.DrawExpansionItem

See Also

OfficeXP Class | NETXP.Controls.Bars.CommandBarRenderers Namespace