[]
        
(Showing Draft Content)

C1.Win.C1Input.C1BasePicker

C1BasePicker Class

Base class for C1ColorPicker and C1FontPicker controls.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public class C1BasePicker : C1DropDownControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor

Constructors

Name Description
C1BasePicker()

Initializes a new instance of the C1BasePicker class.

Properties

Name Description
BorderStyle

Determines the style of the control's border.

Methods

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.