ShowDialog Method |
Show the specified dialog box of AceoffixCtrl.
[ JavaScript ]
document.getElementById("AceoffixCtrl1").ShowDialog(DlgType)
DlgType
[in] Unsigned integer type. The type of the dialog box is going to be shown.
Possible Values of "DlgType" parameter.
Show the specified dialog box of AceoffixCtrl. The parameter is the type of dialog box.
document.getElementById("AceoffixCtrl1").ShowDialog(5); // Show the print setup dialog box.