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


In This Topic
    SolidColorOnly Property (ColorPickerCellType)
    In This Topic
    Gets or sets whether only solid colors are displayed.
    Syntax
    'Declaration
     
    
    Public Property SolidColorOnly As Boolean
    'Usage
     
    
    Dim instance As ColorPickerCellType
    Dim value As Boolean
     
    instance.SolidColorOnly = value
     
    value = instance.SolidColorOnly
    public bool SolidColorOnly {get; set;}
    See Also