PlugInOptionsDialogPages Method |
Override this function if you want to extend the options dialog. This function is
called whenever the user brings up the Options dialog.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void OptionsDialogPages(
List<OptionsDialogPage> pages
)
Protected Overridable Sub OptionsDialogPages (
pages As List(Of OptionsDialogPage)
)
Parameters
- pages
- Type: System.Collections.GenericListOptionsDialogPage
list of pages to add your custom options dialog page(s) to.
See Also