This topic has not yet been rated - Rate this topic

ComboBoxRenderer Methods

The ComboBoxRenderer type exposes the following members.

  Name Description
Public method Static member DrawDropDownButton Draws a drop-down arrow with the current visual style of the operating system.
Public method Static member DrawTextBox(Graphics, Rectangle, ComboBoxState) Draws a text box in the specified state and bounds.
Public method Static member DrawTextBox(Graphics, Rectangle, String, Font, ComboBoxState) Draws a text box in the specified state and bounds, with the specified text.
Public method Static member DrawTextBox(Graphics, Rectangle, String, Font, Rectangle, ComboBoxState) Draws a text box in the specified state and bounds, with the specified text and text bounds.
Public method Static member DrawTextBox(Graphics, Rectangle, String, Font, TextFormatFlags, ComboBoxState) Draws a text box in the specified state and bounds, with the specified text and text formatting.
Public method Static member DrawTextBox(Graphics, Rectangle, String, Font, Rectangle, TextFormatFlags, ComboBoxState) Draws a text box in the specified state and bounds, with the specified text, text formatting, and text bounds.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.