TreeView for WinForms | ComponentOne
C1.Design Namespace / ColorPickerUITypeEditor Class / FormType Property

In This Topic
    FormType Property
    In This Topic
    Gets or sets the type of the form used as the color picker. The form must expose the public property Color Color {get;set;}.
    Syntax
    'Declaration
     
    
    Public Property FormType As Type
    public Type FormType {get; set;}
    See Also