An overriding label for all cases.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public string OverrideLabel { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property OverrideLabel As String |
A string that should be displayed as key's label.
Set this property if you want to display a fixed string instead of key's language and case -dependent character labels. Unlike Content, OverrideLabel is for display purposes only and will not be sent as input string to target application.