ViewBase Constructor | Constructor |
AboutToConnect | Returns true if this activity is about to be connected |
AbsoluteX | Gets the absolute X of this control. Compare with X |
AbsoluteY | Gets the absolute Y of this control. Compare with Y |
Activated | Gets and sets whether this view is activated |
ChildViews | Gets the child views of this view |
Height | Sets the height of the view |
Name | Gets the name of the viewed object |
Parent | Gets the parent view of this view |
Width | Gets the width of the view |
X | Gets the X coordinate of this control, relative to the top left of the parent control. Compare with AbsoluteX |
Y | Gets the Y coordinate of this control, relative to the top left of the parent control. Compare with AbsoluteY |
Draw | Render the view |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Execute | Executes an action on the view |
GetActions | Gets the actions of the viewed objects |
GetFromName | Gets the child view for the name given |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetViewAtPoint | Gets the view at the point, specified in coordinates relative to the parent top left |
SetProperties | Sets the properties of the object that is being viewed |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Properties | Event triggered when an edit properties is requested |
myLayoutObject | |
user | Logged on user |
viewParameters | View parameters |
workflowView | Workflow view that is the eventual parent of this view |
Children | Gets the child views of this control |
AddLayoutObjects | Adds the layout objects, of both this view and its children, used by the transition routing code |
Avoid | Returns true if this object is to be avoided by transition lines, false if lines can cross |
DrawBorder | Overloaded. Draw the border of the view control |
DrawChildren | Draws the children of this view |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
FireEditProperties | Fires the event that means that the properties have been edited |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |