IStackedDialogPageService Interface

IStackedDialogPageService Interface

For internal use, the IStackedDialogPageService service is implemented in RhinoWindows or RhinoMac as appropriate and handles the communication with core Rhino

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public interface IStackedDialogPageService
Public Interface IStackedDialogPageService

The IStackedDialogPageService type exposes the following members.

Methods
  NameDescription
Public methodGetImageHandle(Icon, Boolean)
Convert image to platform specific unmanaged pointer
Public methodGetImageHandle(Image, Boolean)
Convert image to platform specific unmanaged pointer
Public methodGetNativePageWindow(Object, Object)
Get the unmanaged pointer associated with the pages content control
Public methodGetNativePageWindow(Object, Object, Object)
Get the unmanaged pointer associated with the pages content control
Public methodNewObjectPropertiesDialogPagePointer
Public methodRedrawPageControl
Redraw the specified control.
Public methodSelectedObjects
Public methodTryGetControlMinimumSize
Get the minimum size associated with a control object
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also