[]
Base class for C1ColorPicker and C1FontPicker controls.
public class C1BasePicker : C1DropDownControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1BasePicker() | Initializes a new instance of the C1BasePicker class. |
| Name | Description |
|---|---|
| BorderStyle | Determines the style of the control's border. |
| Name | Description |
|---|---|
| OnFormatting(FormatEventArgs) | This method is for internal use only. |
| OnKeyDown(KeyEventArgs) | This method is for internal use only. |
| OnParsing(ParseEventArgs) | This method is for internal use only. |
| TextToValue(ref TextToValueArgs) | Should be overridden in deviced class and convert string to value. |
| ValueToText(ref ValueToTextArgs) | Should be overridden in derived class and convert value to string. |