Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerCellType Class / AnyColor Property


In This Topic
    AnyColor Property (ColorPickerCellType)
    In This Topic
    Gets or sets whether any color is allowed.
    Syntax
    'Declaration
     
    
    Public Property AnyColor As Boolean
    'Usage
     
    
    Dim instance As ColorPickerCellType
    Dim value As Boolean
     
    instance.AnyColor = value
     
    value = instance.AnyColor
    public bool AnyColor {get; set;}
    See Also