Share via


AccessKeyManager.AreKeyTipsEnabled Property

Definition

Gets or sets a value that specifies whether KeyTips are shown for access keys.

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

Property Value

Boolean

bool

true to show KeyTips; otherwise, false.

Applies to

See also