SEPSELECTEDIMAGEURL Attribute | SepSelectedImageUrl Property

Sets or retrieves a value that indicates the URL of the image for the active separators left and right (above and below) of the active TAB.

Syntax

Visual Basic  Public  Property SepSelectedImageUrl As string
C# public  string SepSelectedImageUrl { get; set; }
Managed C++ public:  __property string get_SepSelectedImageUrl();
public:  __property void set_SepSelectedImageUrl(string);
JScript public   function get SepSelectedImageUrl() : string;
public   function set SepSelectedImageUrl(string);

Possible Values

sSepSelectedImageURL string that specifies or receives the URL of the image for the active separators.

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

Applies To

TABSTRIP

See Also

Internet Explorer WebControls, About the TabStrip WebControl