UserInterfaceObjectBase Class |
Namespace: Rhino.UI
The UserInterfaceObjectBase type exposes the following members.
| Name | Description | |
|---|---|---|
| UserInterfaceObjectBase | Initializes a new instance of the UserInterfaceObjectBase class |
| Name | Description | |
|---|---|---|
| BoundToActiveView | ||
| Visible |
Is the user interface object visible? Objects that are not visible will
not be drawn and will not receive mouse events
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsMouseOver |
Called to test if the mouse is actively over this object
| |
| IsRegistered |
Is this user interface object active
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDraw |
All user interface objects are drawn and can customize their look
with the OnDraw function
| |
| OnMouseClick |
Called during a mouse click event on this object
| |
| OnMouseDoubleClick |
Called during a mouse double click event on this object
| |
| OnMouseDown |
Called when the mouse goes down on this object
| |
| OnMouseEnter |
Called when the mouse goes over this object
| |
| OnMouseLeave |
Called when the mouse leaves this object
| |
| OnMouseMove |
Called when the mouse is moved
| |
| OnMouseUp |
Called when the mouse is released on this object
| |
| RegisterForAllDocuments |
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
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unregister |
Unregister this object
|