IDialogService.ObjectToWindowHandle Method

IDialogServiceObjectToWindowHandle Method

[Missing <summary> documentation for "M:Rhino.UI.IDialogService.ObjectToWindowHandle(System.Object,System.Boolean)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
IntPtr ObjectToWindowHandle(
	Object window,
	bool useMainRhinoWindowWhenNull
)
Function ObjectToWindowHandle ( 
	window As Object,
	useMainRhinoWindowWhenNull As Boolean
) As IntPtr

Parameters

window
Type: SystemObject

[Missing <param name="window"/> documentation for "M:Rhino.UI.IDialogService.ObjectToWindowHandle(System.Object,System.Boolean)"]

useMainRhinoWindowWhenNull
Type: SystemBoolean

[Missing <param name="useMainRhinoWindowWhenNull"/> documentation for "M:Rhino.UI.IDialogService.ObjectToWindowHandle(System.Object,System.Boolean)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Rhino.UI.IDialogService.ObjectToWindowHandle(System.Object,System.Boolean)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also