This documentation is archived and is not being maintained.

UrlEditor.Caption Property

Gets the caption to display on the selection dialog box.

[Visual Basic]
Protected Overridable ReadOnly Property Caption As String
[C#]
protected virtual string Caption {get;}
[C++]
protected: __property virtual String* get_Caption();
[JScript]
protected function get Caption() : String;

Property Value

The caption to display on the selection dialog box.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

UrlEditor Class | UrlEditor Members | System.Web.UI.Design Namespace

Show: