StackedDialogPage.PageControl Property

StackedDialogPagePageControl Property

Return the control that represents this page. Rhino Windows supports classes that implement the IWin32Windows interface or are derived from some form of System.Windows.FrameworkElement or Eto.Forms.Control. Mac Rhino supports controls that are derived from NSview or Eto.Forms.Control.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual Object PageControl { get; }
Public Overridable ReadOnly Property PageControl As Object
	Get

Property Value

Type: Object
See Also