MailDefinitionBodyFileNameEditor::Caption Property

 

Gets the caption to appear on the MailDefinitionBodyFileNameEditor form.

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

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

Property Value

Type: System::String^

A string that is the caption to appear on the editor form.

The default value for the Caption property is a message instructing the user to select an e-mail file.

Notes to Inheritors:

Override the Caption property to return a value that is different than the default. The default value is localized.

.NET Framework
Available since 2.0
Return to top
Show: