TARGET Attribute | Target Property
Retrieves a value that indicates the PageView object to activate when the Tab is activated.
Syntax
Visual Basic Public ReadOnly Property Target As PageView C# public PageView Target { get; } Managed C++ public: __property PageView get_Target(); JScript public function get Target() : PageView;
Possible Values
sTarget PageView that receives the PageView object to activate when the Tab is activated. The property is read-only. The property has no default value.
Applies To
TAB
See Also
Internet Explorer WebControls, About the TabStrip WebControl