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.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public Object Content { get; set; } |
Visual Basic Copy Code |
---|
Public Property Content As Object |