HasUpLevelContent Property
Retrieves a bool that indicates whether the child has uplevel content.
Syntax
Visual Basic Overrides Protected ReadOnly Property HasUpLevelContent As bool C# protected override bool HasUpLevelContent { get; } Managed C++ protected: __property bool get_HasUpLevelContent(); JScript protected override 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
TOOLBARCHECKGROUP, TOOLBARDROPDOWNLIST, TOOLBARLABEL
See Also