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


In This Topic
    DialogShowing Property (ColorPickerCellType)
    In This Topic
    Gets or sets whether the color picker dialog is showing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DialogShowing As Boolean
    'Usage
     
    
    Dim instance As ColorPickerCellType
    Dim value As Boolean
     
    value = instance.DialogShowing
    public bool DialogShowing {get;}
    See Also