Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ICommonDialogSupport Interface / DialogShowing Property


In This Topic
    DialogShowing Property (ICommonDialogSupport)
    In This Topic
    Returns whether the CommonDialog SubEditor is currently open.
    Syntax
    'Declaration
     
    
    ReadOnly Property DialogShowing As Boolean
    'Usage
     
    
    Dim instance As ICommonDialogSupport
    Dim value As Boolean
     
    value = instance.DialogShowing
    bool DialogShowing {get;}
    See Also