SEPDEFAULTIMAGEURL Attribute | SepDefaultImageUrl Property

Sets or retrieves a value that indicates the URL of the image as default for all inactive separators.

Syntax

Visual Basic  Public  Property SepDefaultImageUrl As string
C# public  string SepDefaultImageUrl { get; set; }
Managed C++ public:  __property string get_SepDefaultImageUrl();
public:  __property void set_SepDefaultImageUrl(string);
JScript public   function get SepDefaultImageUrl() : string;
public   function set SepDefaultImageUrl(string);

Possible Values

sSepDefaultImageUrl string that specifies or receives the URL of the image.

The property is read/write. The property has no default value.

Applies To

TABSTRIP

See Also

Internet Explorer WebControls, About the TabStrip WebControl