IVCWizCtlUI.GetDialogControlsAndTypes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the controls and types from the specified dialog box.
public:
System::Object ^ GetDialogControlsAndTypes(System::String ^ bstrDialogId);
public:
Platform::Object ^ GetDialogControlsAndTypes(Platform::String ^ bstrDialogId);
winrt::Windows::Foundation::IInspectable GetDialogControlsAndTypes(std::wstring const & bstrDialogId);
[System.Runtime.InteropServices.DispId(1610743836)]
public object GetDialogControlsAndTypes (string bstrDialogId);
[<System.Runtime.InteropServices.DispId(1610743836)>]
abstract member GetDialogControlsAndTypes : string -> obj
Public Function GetDialogControlsAndTypes (bstrDialogId As String) As Object
Parameters
- bstrDialogId
- String
The string containing the ID of the dialog box.
Returns
The controls and types from the specified dialog box.
- Attributes