Search
RegularKey.OverrideLabel Property
See Also
 






An overriding label for all cases.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public string OverrideLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property OverrideLabel As String

 Property Value

A string that should be displayed as key's label.

 Remarks

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.

 See Also