AboutToConnect (inherited from ViewBase) | Returns true if this activity is about to be connected |
AbsoluteX (inherited from ViewBase) | Gets the absolute X of this control. Compare with X |
AbsoluteY (inherited from ViewBase) | Gets the absolute Y of this control. Compare with Y |
Activated (inherited from ViewBase) | Gets and sets whether this view is activated |
ChildViews (inherited from ViewBase) | Gets the child views of this view |
Height | Gets the height of this view |
Name | Gets the name of the segment |
Parent (inherited from ViewBase) | Gets the parent view of this view |
Width | Gets the width of this view |
X (inherited from ViewBase) | Gets the X coordinate of this control, relative to the top left of the parent control. Compare with AbsoluteX |
Y (inherited from ViewBase) | Gets the Y coordinate of this control, relative to the top left of the parent control. Compare with AbsoluteY |
Draw | Draws this view |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Execute | Executes an action |
GetActions | Gets the actions that are valid for this view |
GetFromName (inherited from ViewBase) | 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 (inherited from ViewBase) | Gets the view at the point, specified in coordinates relative to the parent top left |
SetProperties | Sets the properties of this segment |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Properties (inherited from ViewBase) | Event triggered when an edit properties is requested |
myLayoutObject (inherited from ViewBase) | |
user (inherited from ViewBase) | Logged on user |
viewParameters (inherited from ViewBase) | View parameters |
workflowView (inherited from ViewBase) | Workflow view that is the eventual parent of this view |
Children (inherited from ViewBase) | Gets the child views of this control |
AddLayoutObjects (inherited from ViewBase) | Adds the layout objects, of both this view and its children, used by the transition routing code |
Avoid (inherited from ViewBase) | Returns true if this object is to be avoided by transition lines, false if lines can cross |
DrawBorder (inherited from ViewBase) | Overloaded. Draw the border of the view control |
DrawChildren (inherited from ViewBase) | 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 (inherited from ViewBase) | Fires the event that means that the properties have been edited |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |