AccessKeyManager.AreKeyTipsEnabled 属性

定义

获取或设置一个值,该值指定是否为访问键显示键提示。

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 ,则显示键提示;否则为 false。 默认值为 true

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

示例

访问密钥

适用于

另请参阅