OptionsDialogPage Class |
[Missing <summary> documentation for "T:Rhino.UI.OptionsDialogPage"]
Namespace: Rhino.UI
The OptionsDialogPage type exposes the following members.
Name | Description | |
---|---|---|
OptionsDialogPage | Initializes a new instance of the OptionsDialogPage class |
Name | Description | |
---|---|---|
Children |
List of child (sub) pages of this page
(Inherited from StackedDialogPage.) | |
EnglishPageTitle |
English string used when scripting this page and a user prefixes a
command option with "_"
(Inherited from StackedDialogPage.) | |
Handle |
When running on Windows return the window handle for the parent of this
page otherwise; return IntPtr.Zero.
(Inherited from StackedDialogPage.) | |
HasChildren |
Will be true if this page contains sub pages.
(Inherited from StackedDialogPage.) | |
LocalPageTitle |
Localized page title that will appear on a tab or other page navigation
control. This is also uses as a command line option when scripting
this page.
(Inherited from StackedDialogPage.) | |
Modified |
Check to see if the page has been marked as modified or not. Marking
the page as modified will cause the Apply button to get enabled if this
is currently the visible page and the page includes the Apply button.
(Inherited from StackedDialogPage.) | |
NavigationTextColor |
Currently only used by Windows Rhino. If this is set to true then the
tree control item text be drawn using this color. Set the color to
System.Drawing.Color.Empty to use the default color.
(Inherited from StackedDialogPage.) | |
NavigationTextIsBold |
Currently only used by Windows Rhino. If this is set to true then the
tree control item text will be bold.
(Inherited from StackedDialogPage.) | |
OptionsPageType |
17 March 2021 John Morse
For internal use in determining the page type. RhinoMac uses this
to ensure pages are sized properly when hosting them.
| |
PageControl |
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.
(Inherited from StackedDialogPage.) | |
PageImage |
Optionally override to provide a image to display in
the Mac Rhino UI
(Inherited from StackedDialogPage.) | |
ShowApplyButton | Called when this page is activated (Inherited from StackedDialogPage.) | |
ShowDefaultsButton | Called when this page is activated. (Inherited from StackedDialogPage.) |
Name | Description | |
---|---|---|
AddChildPage |
Currently only supported on Windows. Call this method to add a child
page to a page after the parent dialog has been created.
(Inherited from StackedDialogPage.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeActivePage |
Make this page the active, visible page
(Inherited from StackedDialogPage.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnActivate | Called when this page is activated/deactivated. (Inherited from StackedDialogPage.) | |
OnApply | Called when stacked dialog OK button is pressed. (Inherited from StackedDialogPage.) | |
OnCancel | Called when stacked dialog Cancel button is pressed. (Inherited from StackedDialogPage.) | |
OnCreateParent |
Called when the parent window has been created on Windows platforms
only.
(Inherited from StackedDialogPage.) | |
OnDefaults | Called when stacked dialog Defaults button is pressed (see ShowDefaultsButton). (Inherited from StackedDialogPage.) | |
OnHelp |
Called when the parent dialog requests help for this page.
(Inherited from StackedDialogPage.) | |
OnSizeParent |
Called when the parent window has been resized
(Inherited from StackedDialogPage.) | |
RemovePage |
Remove this page from the dialog box
(Inherited from StackedDialogPage.) | |
RunScript | ||
SetActivePageTo | (Inherited from StackedDialogPage.) | |
SetEnglishPageTitle |
Change the title passed to the constructor and, this will cause
LocalPageTitle to get called also.
(Inherited from StackedDialogPage.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |