ObjectPropertiesPage.OnCreateParent Method

ObjectPropertiesPageOnCreateParent Method

Called when the parent container is initially created.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual void OnCreateParent(
	IntPtr hwndParent
)
Public Overridable Sub OnCreateParent ( 
	hwndParent As IntPtr
)

Parameters

hwndParent
Type: SystemIntPtr

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also