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


In This Topic
    FullOpen Property (ColorPickerCellType)
    In This Topic
    Gets or sets whether to display the color picker dialog fully open.
    Syntax
    'Declaration
     
    
    Public Property FullOpen As Boolean
    'Usage
     
    
    Dim instance As ColorPickerCellType
    Dim value As Boolean
     
    instance.FullOpen = value
     
    value = instance.FullOpen
    public bool FullOpen {get; set;}
    See Also