Class ColorDlgAdv
Represents a class in which contains the color dialog of the control.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ColorDlgAdv : Office2007Form
Constructors
ColorDlgAdv(ColorPickerUIAdv)
Initialize a new instance of the ColorDlgAdv class.
Declaration
public ColorDlgAdv(ColorPickerUIAdv colorPicker)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorPickerUIAdv | colorPicker |
Properties
Color
Gets the color value.
Declaration
public Color Color { get; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Methods
CreateAccessibilityInstance()
Returns the new instance of Ribbon to ColorDialogAccessibleObject class
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
| Type | Description |
|---|---|
| System.Windows.Forms.AccessibleObject | Accessible object for ColorDlgAdv |
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | Bool value for Disposing. |
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.PaintEventArgs | e |