Gets or sets the key's text content. Some descendant key classes send their content as input to currently focused control; other ones only store their labels in it.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public Object Content { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Content As Object |
See Also