'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.