Search
VirtualKeyboard.AttachedWindow Property
See Also
 






Gets or sets the window handle of the parent window associated with this keyboard. This is a dependency property.

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

 Syntax

C#  Copy Code

public IntPtr AttachedWindow { get; set; }

Visual Basic  Copy Code

Public Property AttachedWindow As IntPtr

 Property Value

 See Also