共用方式為


AccessKeyManager.AreKeyTipsEnabled 屬性

定義

取得或設定值,指定是否顯示存取金鑰的 KeyTips。

public:
 static property bool AreKeyTipsEnabled { bool get(); void set(bool value); };
static bool AreKeyTipsEnabled();

static void AreKeyTipsEnabled(bool value);
public static bool AreKeyTipsEnabled { get; set; }
var boolean = AccessKeyManager.areKeyTipsEnabled;
AccessKeyManager.areKeyTipsEnabled = boolean;
Public Shared Property AreKeyTipsEnabled As Boolean

屬性值

Boolean

bool

true 表示 KeyTips;否則為 false。 預設值為 True

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

範例

存取金鑰

適用於

另請參閱