TextControlBaseUseMnemonic Property

Gets or sets a value indicating whether the control interprets an ampersand character in the control's Text property to be an access key prefix character.

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool UseMnemonic { get; set; }

Property Value

Boolean

See Also