TARGETID Attribute | TargetID Property

Enables you to automatically link tabs to a MULTIPAGE control.

Syntax

Visual Basic  Public  Property TargetID As string
C# public  string TargetID { get; set; }
Managed C++ public:  __property string get_TargetID();
public:  __property void set_TargetID(string);
JScript public   function get TargetID() : string;
public   function set TargetID(string);

Possible Values

p string that specifies or receives any alphanumeric string that begins with a letter. The underscore (_) can also be used.

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

Remarks

If set as an attribute of the TABSTRIP element, the first TAB links to the first PAGEVIEW; the second TAB to the second PAGEVIEW, and so on. If there are more TABs than PAGEVIEWs, the TABs with no corresponding PAGEVIEWs can be activated, but the MULTIPAGE will not change the selected PAGEVIEW.

Applies To

TAB, TABSTRIP

See Also

Internet Explorer WebControls, About the TabStrip WebControl