[]
        
(Showing Draft Content)

C1.Design.ColorPickerUITypeEditor

ColorPickerUITypeEditor Class

Represents the editor for the Color value.

Inheritance
ColorPickerUITypeEditor
Namespace: C1.Design
Assembly: C1.Win.4.8.dll
Syntax
public class ColorPickerUITypeEditor : UITypeEditor

Constructors

Name Description
ColorPickerUITypeEditor()

Properties

Name Description
FormType

Gets or sets the type of the form used as the color picker. The form must expose the public property Color Color {get;set;}.

Methods

Name Description
EditValue(ITypeDescriptorContext, IServiceProvider, object)
GetEditStyle(ITypeDescriptorContext)
GetPaintValueSupported(ITypeDescriptorContext)
PaintValue(PaintValueEventArgs)