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
SyntaxC#
Copy Code
|
|---|
public IntPtr AttachedWindow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AttachedWindow As IntPtr |
See Also