HasUpLevelContent Property
Retrieves a bool that indicates whether the child has uplevel content.
Syntax
Visual Basic Overridable Protected ReadOnly Property HasUpLevelContent As bool C# protected virtual bool HasUpLevelContent { get; } Managed C++ protected: __property virtual bool get_HasUpLevelContent(); JScript protected function get HasUpLevelContent() : bool;
Possible Values
bValue One of the following values: false
Child has uplevel content.true
Child does not have uplevel content.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.
Property Information
Applies To
ToolbarItem
See Also