IVCWizCtlUI.GetDialogControlsAndTypes(String) Method

Definition

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

Applies to