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


In This Topic
    AnyColor Property (FpColorPicker)
    In This Topic
    Gets or sets whether any color is allowed (typically for systems that can handle the full set of colors).
    Syntax
    'Declaration
     
    
    Public Property AnyColor As Boolean
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim value As Boolean
     
    instance.AnyColor = value
     
    value = instance.AnyColor
    public bool AnyColor {get; set;}
    See Also