MindFusion.Wpf Pack Programmer's Guide
VirtualKeyboard.IsStandAlone Property
See Also
 





Gets or sets whether the keyboard's host application contains only the keyboard and sends input to external processes. This is a dependency property. Set this property to false if the keyboard will be sending input to other controls in same application. Set it to true if the application should behave as Windows On-screen Keyboard tool and send keypresses to active window.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public bool IsStandAlone { get; set; }

Visual Basic  Copy Code

Public Property IsStandAlone As Boolean

 Property Value

 See Also

VirtualKeyboard Members
VirtualKeyboard Class
MindFusion.UI.Wpf Namespace