HostedWebApplicationAppInitString.UseToolBar Property
Gets or sets a Boolean value that specifies whether the toolbar is displayed.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As HostedWebApplicationAppInitString
Dim value As Boolean
value = instance.UseToolBar
instance.UseToolBar = value
Syntax
'Declaration
<DescriptionAttribute("If set to true, displays the IE toolbar.")> _
<DisplayNameAttribute("Use Toolbar")> _
<CategoryAttribute("Web Application Home Page")> _
<BrowsableAttribute(True)> _
Public Property UseToolBar As Boolean
[DescriptionAttribute("If set to true, displays the IE toolbar.")]
[DisplayNameAttribute("Use Toolbar")]
[CategoryAttribute("Web Application Home Page")]
[BrowsableAttribute(true)]
public bool UseToolBar { get; set; }
[DescriptionAttribute(L"If set to true, displays the IE toolbar.")]
[DisplayNameAttribute(L"Use Toolbar")]
[CategoryAttribute(L"Web Application Home Page")]
[BrowsableAttribute(true)]
public:
property bool UseToolBar {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_UseToolBar ()
/** @property */
public void set_UseToolBar (boolean value)
public function get UseToolBar () : boolean
public function set UseToolBar (value : boolean)
Property Value
Type: Boolean
true if the toolbar is displayed otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
HostedWebApplicationAppInitString Class
HostedWebApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.