ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.Type
    public System.Type FormType {get; set;}
    See Also