|
Name |
Description |
|
Assign
|
Copies settings of the specified object to the current object.
|
|
BeginUpdate
|
Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.
(Inherited from BaseOptions)
|
|
CancelUpdate
|
Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
(Inherited from BaseOptions)
|
|
EndUpdate
|
Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update.
(Inherited from BaseOptions)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Reset
|
Resets all options to their default values.
(Inherited from BaseOptions)
|
|
ToString
|
Returns a string representing the currently enabled options.
(Inherited from BaseOptions)
|