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


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