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 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: 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
ToolbarItem
See Also