Skip to main content

BaseObject Members

The base object for other classes used in gauges.

Properties

Name Description
IsDisposing Gets whether the form is currently being disposed of.
IsUpdateLocked Gets whether the object has been locked for updating.

Methods

Name Description
BeginUpdate() Locks the BaseObject object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.
CancelUpdate() Unlocks the BaseObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
Dispose() Disposes the BaseObject object.
EndUpdate() Unlocks the BaseObject object after a call to the BeginUpdate method and causes an immediate visual update.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Changed Occurs after any property of the BaseObject object has been changed.
Disposed Occurs after the BaseObject has been disposed of.
See Also