Gets or sets the window handle of the parent window associated with this keyboard.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
public IntPtr AttachedWindow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AttachedWindow As IntPtr |
See Also