Search
VirtualKeyboard.AttachedWindow Property
See Also
 






Gets or sets the window handle of the parent window associated with this keyboard.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public IntPtr AttachedWindow { get; set; }

Visual Basic  Copy Code

Public Property AttachedWindow As IntPtr

 Property Value

 See Also