Share via


AppInitStringBase.DynamicShowInToolBar Property

Definition

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

public:
 property bool DynamicShowInToolBar { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool DynamicShowInToolBar { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.DynamicShowInToolBar : bool with get, set
Public Property DynamicShowInToolBar As Boolean

Property Value

True if the application can be shown in the toolbar; otherwise, false.

Attributes

Applies to