Search
UnicodeKey.LowerCase Property
See Also
 






Gets the lower-case character label.

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

 Syntax

C#  Copy Code

public char LowerCase { get; }

Visual Basic  Copy Code

Public ReadOnly Property LowerCase As Char

 Property Value

The lower case of Character.

 See Also