Caption Property
Retrieves a value that indicates the caption for the URL.
Syntax
Visual Basic Overrides Protected ReadOnly Property Caption As string C# protected override string Caption { get; } Managed C++ protected: __property string get_Caption(); JScript protected override function get Caption() : string;
Possible Values
sCaption string that receives a value that indicates the caption for the URL. The property is read-only. The property has no default value.
Property Information
Applies To
ObjectImageUrlEditor
See Also