Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ICommonDialogSupport Interface / DialogShowing Property


In This Topic
    DialogShowing Property
    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;}

    Property Value

    Boolean: true if the CommonDialog subeditor is currently open; false otherwise
    See Also