Click or drag to resize

IStackedDialogPageServiceNativeHandle Method

Gets the native window handle associated with the host object if there is one.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.4
Syntax
IntPtr NativeHandle(
	Object host
)

Parameters

host
Type: SystemObject

[Missing <param name="host"/> documentation for "M:Rhino.UI.IStackedDialogPageService.NativeHandle(System.Object)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Rhino.UI.IStackedDialogPageService.NativeHandle(System.Object)"]

See Also