TARGET Attribute | Target Property

Retrieves a value that indicates the MultiPage object based on the TargetID.

Syntax

Visual Basic  Public  ReadOnly Property Target As MultiPage
C# public  MultiPage Target { get; }
Managed C++ public:  __property MultiPage get_Target();
JScript public   function get Target() : MultiPage;

Possible Values

oTarget MultiPage object based on the TargetID.

The property is read-only. The property has no default value.

Applies To

TABSTRIP

See Also

Internet Explorer WebControls, About the TabStrip WebControl