Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / SolidColorOnly Property


In This Topic
    SolidColorOnly Property (FpColorPicker)
    In This Topic
    Gets or sets whether solid colors only are displayed (typically for systems that can handle a limited set of colors).
    Syntax
    'Declaration
     
    
    Public Property SolidColorOnly As Boolean
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim value As Boolean
     
    instance.SolidColorOnly = value
     
    value = instance.SolidColorOnly
    public bool SolidColorOnly {get; set;}
    See Also