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


In This Topic
    DropDown Property (FpColorPicker)
    In This Topic
    Gets or sets whether to drop down the color picker dialog by default.
    Syntax
    'Declaration
     
    
    Public Property DropDown As Boolean
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim value As Boolean
     
    instance.DropDown = value
     
    value = instance.DropDown
    public bool DropDown {get; set;}
    See Also