VCWizCtlClass::GetDialogControlsAndTypes Method (String^)

 

Gets the controls and types from the specified dialog box.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public:
virtual Object^ GetDialogControlsAndTypes(
	String^ bstrDialogId
)

Parameters

bstrDialogId
Type: System::String^

The string containing the ID of the dialog box.

Return Value

Type: System::Object^

The controls and types from the specified dialog box.

Call this method to get the control IDs and the control types for the specified dialog box. For more information, see Add Member Variable Wizard.

Return to top
Show: