共用方式為


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

適用於

另請參閱