RhinoCommon API
Dialogs Class |
[Missing <summary> documentation for "T:Rhino.UI.Dialogs"]
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
The Dialogs type exposes the following members.
| Name | Description | |
|---|---|---|
| KillSplash |
Destroy the splash screen if it is being displayed.
| |
| SetCustomColorDialog | ||
| ShowAboutDialog | ||
| ShowCheckListBox |
Displays Rhino's check list box.
| |
| ShowColorDialog(Color) |
Display Rhino's color selection dialog.
| |
| ShowColorDialog(Color4f, Boolean) |
Displays the standard modal color picker dialog for floating point colors.
| |
| ShowColorDialog(Color, Boolean, String) |
Display Rhino's color selection dialog.
| |
| ShowColorDialog(Object, Color4f, Boolean) |
Displays the standard modal color picker dialog for floating point colors.
| |
| ShowColorDialog(IWin32Window, Color4f, Boolean) | Obsolete.
Displays the standard modal color picker dialog for floating point colors.
| |
| ShowColorDialog(Object, Color4f, Boolean, DialogsOnColorChangedEvent) |
Displays the standard modal color picker dialog for floating point colors.
| |
| ShowComboListBox |
Displays Rhino's combo list box.
| |
| ShowContextMenu |
Creates an ETO ContextMenu from an array of strings. Use the modes array to enable/disable menu items
| |
| ShowEditBox | Display dialog prompting the user to enter a string. | |
| ShowLineTypes |
Displayes Rhino's Linetype list and returns the ID of the selected line type as a string.
| |
| ShowListBox(String, String, IList) | ||
| ShowListBox(String, String, IList, Object) | ||
| ShowMessage(String, String) |
Same as System.Windows.Forms.MessageBox.Show but using a message box tailored to Rhino.
| |
| ShowMessage(String, String, ShowMessageButton, ShowMessageIcon) |
Same as System.Windows.Forms.MessageBox.Show but using a message box tailored to Rhino.
| |
| ShowMessage(Object, String, String, ShowMessageButton, ShowMessageIcon, ShowMessageDefaultButton, ShowMessageOptions, ShowMessageMode) |
Same as System.Windows.Forms.MessageBox.Show but using a message box tailored to Rhino.
| |
| ShowMultiListBox | ||
| ShowNumberBox(String, String, Double) | ||
| ShowNumberBox(String, String, Double, Double, Double) | ||
| ShowPropertyListBox | ||
| ShowSelectLayerDialog |
Displays Rhino's single layer selection dialog.
| |
| ShowSelectLinetypeDialog |
Displays Rhino's single linetype selection dialog.
| |
| ShowSelectMultipleLayersDialog | ||
| ShowSunDialog | Show the tabbed sun dialog. | |
| ShowTextDialog |
Display a text dialog similar to the dialog used for the "What" command.
|