Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / Table Class / CanShowDialog Method
The type of dialog box to be shown.

In This Topic
    CanShowDialog Method (Table)
    In This Topic
    Returns a Boolean value indicating whether the specified dialog box can be shown.
    Syntax
    'Declaration
     
    Public Function CanShowDialog( _
       ByVal type As Table.DialogType _
    ) As System.Boolean
    public System.bool CanShowDialog( 
       Table.DialogType type
    )

    Parameters

    type
    The type of dialog box to be shown.

    Return Value

    A Boolean value indicating whether or not the specified dialog can be shown.
    See Also