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.

Remarks

Keytips are badges displayed next to controls that support access keys when the user presses the Alt key. Each keytip contains the alphanumeric keys that activate the associated control.

Applies to

See also