QueryWizardShowDialog Method (Form) |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public DialogResult ShowDialog(
Form owner
)
Public Function ShowDialog (
owner As Form
) As DialogResult
public:
DialogResult ShowDialog(
Form^ owner
)
function ShowDialog(owner);
Parameters
- owner
- Type: System.Windows.FormsForm
Return Value
Type:
DialogResultSee Also