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


In This Topic
    CustomColors Property (FpColorPicker)
    In This Topic
    Gets or sets the array of custom colors to display in the color picker dialog.
    Syntax
    'Declaration
     
    
    Public Property CustomColors As Integer()
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim value() As Integer
     
    instance.CustomColors = value
     
    value = instance.CustomColors
    public int[] CustomColors {get; set;}
    See Also