ISDBUI::ShowOptions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
===Method description=== | ===Method description=== | ||
Shows Options dialog where the chosen sheet is selected. | Shows Options dialog where the chosen sheet is selected. The function returns when the options dialog is closed. | ||
===Related Topics=== | ===Related Topics=== |
Latest revision as of 19:16, 7 September 2014
CoClass SDBUI, Interface ISDBUI
Sub ShowOptions(SheetId As Long)
Parameters
Name | Type | Description |
---|---|---|
ParentId | Long | Either an ID returned from a previous call to AddOptionSheet or 0 for the last shown options sheet. See other possible option sheet values. |
Method description
Shows Options dialog where the chosen sheet is selected. The function returns when the options dialog is closed.