Gets or sets whether the keyboard should appear in its own window.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsStandAlone { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsStandAlone As Boolean |
See Also