NetXP 3.0 Reference

Office2003.DrawComboBox Method 

Internal. See ICommandBarRenderer

[Visual Basic]
NotOverridable Public Function DrawComboBox( _
   ByVal box As ComboBox, _
   ByVal gi As Graphics, _
   ByVal rect As Rectangle, _
   ByVal enabled As Boolean, _
   ByVal rightToLeft As Boolean, _
   ByVal drawStyle As DrawStyle _
) As Boolean Implements _
   ICommandBarRenderer.DrawComboBox
[C#]
public bool DrawComboBox(
   ComboBox box,
   Graphics gi,
   Rectangle rect,
   bool enabled,
   bool rightToLeft,
   DrawStyle drawStyle
);

Parameters

box
gi
rect
enabled
rightToLeft
drawStyle

Return Value

Implements

ICommandBarRenderer.DrawComboBox

See Also

Office2003 Class | NETXP.Controls.Bars.CommandBarRenderers Namespace