Click or drag to resize

ObjectPropertiesPageOnCreateParent Method

Called when the parent container is initially created.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual void OnCreateParent(
	IntPtr hwndParent
)

Parameters

hwndParent
Type: SystemIntPtr

[Missing <param name="hwndParent"/> documentation for "M:Rhino.UI.ObjectPropertiesPage.OnCreateParent(System.IntPtr)"]

See Also