Search
Key.Content Property
See Also
 






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

 Syntax

C#  Copy Code

public Object Content { get; set; }

Visual Basic  Copy Code

Public Property Content As Object

 Property Value

 See Also