GeneralSettingsState
Represents a snapshot of GeneralSettings.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.GeneralSettingsState
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class GeneralSettingsState
The GeneralSettingsState type exposes the following members.
Properties
Name
Description
Public Property
AutoUpdateCommandHelp
Gets or sets the command help dialog auto-update feature.
Public Property
ContextMenuDelay
Gets or sets the time to wait before permitting context menu display.
Public Property
EnableContextMenu
true if right mouse down + delay will pop up context menu on a mouse up if no move happens.
Public Property
MaximumPopupMenuLines
Gets or sets the maximum number of popup menu lines.
Public Property
MaximumUndoMemoryMb
Gets or sets the minimum undo memory Mb.
Undo records will be purged if there are more than MinimumUndoSteps and they use more than MaximumUndoMemoryMb.
Public Property
MiddleMouseMacro
Gets or sets the toolbar to popup when the middle mouse is clicked on a view, this value is only used when MiddleMouseMode is set to PopupToolbar.
Public Property
MiddleMouseMode
Gets or sets what happens when the user clicks the middle mouse.
Public Property
MiddleMousePopupToolbar
Gets or sets the toolbar to popup when the middle mouse is clicked on a view, this value is only used when MiddleMouseMode is set to PopupToolbar.
Public Property
MinimumUndoSteps
Gets or sets the minimum undo steps.
Undo records will be purged if there are more than MinimumUndoSteps and they use more than MaximumUndoMemoryMb.
Public Property
MouseSelectMode
Gets or sets the current selection mode.
Public Property
NewObjectIsoparmCount
Gets or sets the number of isoparm curves to show on new objects.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)