NetXP 3.0 Reference

WindowsDefault.DrawButtonItem Method 

Internal. See ICommandBarRenderer

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

Parameters

item
bar
g
state
rc
dropDown

Implements

ICommandBarRenderer.DrawButtonItem

See Also

WindowsDefault Class | NETXP.Controls.Bars.CommandBarRenderers Namespace