UpLevelTag Property
The uplevel tag name for the object item.
Syntax
Visual Basic MustOverride Protected ReadOnly Property UpLevelTag As string C# protected abstract string UpLevelTag { get; } Managed C++ protected: __property virtual string get_UpLevelTag() = 0; JScript protected abstract function get UpLevelTag() : string;
Possible Values
The property is read-only. The property has no default value.
Remarks
With Windows Internet Explorer WebControls, an uplevel browser is Microsoft Internet Explorer 5.5 or later.
Applies To
TabItem, ToolbarItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl