Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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: falseChild has uplevel content.trueChild 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