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