Click or drag to resize

UserInterfaceObjectBase Methods

The UserInterfaceObjectBase type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsMouseOver
Called to test if the mouse is actively over this object
Public methodIsRegistered
Is this user interface object active
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDraw
All user interface objects are drawn and can customize their look with the OnDraw function
Protected methodOnMouseClick
Called during a mouse click event on this object
Protected methodOnMouseDoubleClick
Called during a mouse double click event on this object
Protected methodOnMouseDown
Called when the mouse goes down on this object
Protected methodOnMouseEnter
Called when the mouse goes over this object
Protected methodOnMouseLeave
Called when the mouse leaves this object
Protected methodOnMouseMove
Called when the mouse is moved
Protected methodOnMouseUp
Called when the mouse is released on this object
Public methodRegisterForAllDocuments
Make this object visible for all documents. Typically you will only have user interface objects work with single documents. For that case, call doc.ViewUserInterface.Add
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregister
Unregister this object
Top
See Also