AnchorHref Property
The post-back anchor script string.
Syntax
Visual Basic Overridable Protected ReadOnly Property AnchorHref As string C# protected virtual string AnchorHref { get; } Managed C++ protected: __property virtual string get_AnchorHref(); JScript protected function get AnchorHref() : string;
Possible Values
sAnchorHref string that receives the post-back anchor script. The property is read-only. The property has no default value.
Applies To
TOOLBARBUTTON
See Also