LanguagePreferences.ShowNavigationBar 属性

定义

获取或设置是否显示下拉栏。

public:
 property bool ShowNavigationBar { bool get(); void set(bool value); };
public:
 property bool ShowNavigationBar { bool get(); void set(bool value); };
public bool ShowNavigationBar { get; set; }
member this.ShowNavigationBar : bool with get, set
Public Property ShowNavigationBar As Boolean

属性值

Boolean

true 如果可以显示下拉条,则为; 否则为 false

注解

默认的托管包框架语言服务类中不使用此属性。

此属性会影响首选项值 fDropdownBar

适用于