This documentation is archived and is not being maintained.
UrlEditor.Caption Property
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
UrlEditor Class | UrlEditor Members | System.Web.UI.Design Namespace
Show: