IHostWindowOwnerHandle Property |
Gets the handle of an owner window for displaying dialogs on behalf of script code.
Namespace:
Microsoft.ClearScript.Windows
Assembly:
ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.2.5
SyntaxIntPtr OwnerHandle { get; }
ReadOnly Property OwnerHandle As IntPtr
Get
property IntPtr OwnerHandle {
IntPtr get ();
}
abstract OwnerHandle : IntPtr with get
Property Value
Type:
IntPtr
See Also