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


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