DEFAULTIMAGEURL Attribute | DefaultImageUrl Property
Sets or retrieves the URL of the image as default for all inactive elements.
Syntax
Visual Basic Public Property DefaultImageUrl As string C# public string DefaultImageUrl { get; set; } Managed C++ public: __property string get_DefaultImageUrl();
public: __property void set_DefaultImageUrl(string);JScript public function get DefaultImageUrl() : string;
public function set DefaultImageUrl(string);
Possible Values
sDefaultImageURL string that specifies or receives the URL of the image to be displayed. The property is read/write. The property has no default value.
Applies To
TabItem, TABSTRIP
See Also
Internet Explorer WebControls, About the TabStrip WebControl