CreateUserWizardStepCollectionEditor::HelpTopic Property

 

Gets the Help keyword used to display the Help topic or topic list when users click the Help button or press the F1 key in the editor's dialog box.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
property String^ HelpTopic {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The Help keyword to display the Help topic or topic list when Help is requested from the editor.

.NET Framework
Available since 2.0
Return to top
Show: