AppInitStringBase.DynamicShowInToolBar Property

Gets or sets a Boolean value that specifies whether the application can be shown in the toolbar if it is dynamic.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As AppInitStringBase
Dim value As Boolean

value = instance.DynamicShowInToolBar

instance.DynamicShowInToolBar = value

Syntax

'Declaration
<CategoryAttribute("Dynamic")> _
<DisplayNameAttribute("Show in Toolbar Dropdown")> _
<DescriptionAttribute("If dynamic application, show in toolbar?")> _
<DefaultValueAttribute(False)> _
<BrowsableAttribute(True)> _
Public Property DynamicShowInToolBar As Boolean
[CategoryAttribute("Dynamic")] 
[DisplayNameAttribute("Show in Toolbar Dropdown")] 
[DescriptionAttribute("If dynamic application, show in toolbar?")] 
[DefaultValueAttribute(false)] 
[BrowsableAttribute(true)] 
public bool DynamicShowInToolBar { get; set; }
[CategoryAttribute(L"Dynamic")] 
[DisplayNameAttribute(L"Show in Toolbar Dropdown")] 
[DescriptionAttribute(L"If dynamic application, show in toolbar?")] 
[DefaultValueAttribute(false)] 
[BrowsableAttribute(true)] 
public:
property bool DynamicShowInToolBar {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DynamicShowInToolBar ()

/** @property */
public void set_DynamicShowInToolBar (boolean value)
public function get DynamicShowInToolBar () : boolean

public function set DynamicShowInToolBar (value : boolean)

Property Value

Type: Boolean
True if the application can be shown in the toolbar; 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

AppInitStringBase Class
AppInitStringBase Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.