Class ThemedComboBoxDrawing
Inheritance
System.Object
ThemedComboBoxDrawing
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ThemedComboBoxDrawing : ThemedControlDrawing, IDisposable
Constructors
ThemedComboBoxDrawing(String)
Declaration
public ThemedComboBoxDrawing(string classNames)
Parameters
Type | Name | Description |
---|---|---|
System.String | classNames |
ThemedComboBoxDrawing(String, IComponent)
Declaration
public ThemedComboBoxDrawing(string classNames, IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.String | classNames | |
System.ComponentModel.IComponent | component |
Methods
DrawDropDownButton(Graphics, ThemedComboBoxDrawing.DropDownState, Rectangle)
Declaration
public void DrawDropDownButton(Graphics g, ThemedComboBoxDrawing.DropDownState state, Rectangle rect)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
ThemedComboBoxDrawing.DropDownState | state | |
System.Drawing.Rectangle | rect |
Implements
System.IDisposable