Gets or sets whether to prevent activation of keyboard's parent window when users click on a keyboard's key.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public bool PreventActivation { get; set; } |
Visual Basic Copy Code |
---|
Public Property PreventActivation As Boolean |
true to prevent parent form's activation, or false otherwise.
This property could be used as a more light-weight alternative to IsStandAlone for in-process keyboards shown inside child or popup windows, e.g. if you don't want the keyboard form to become system top-most window.