|
| Name | Description |
|---|
.gif) | CanBeParentedTo | Gets a value that indicates if a CompositeActivity can be set as the parent of the activity associated with the designer. |
.gif) | CanConnect | Returns a value that indicates whether a connection can be created between the specified connection point on the current activity designer and the specified connection point on a target activity designer. |
.gif) | CreateView | Creates a workflow view for the current activity designer using the specified ViewTechnology. |
.gif) | Dispose | Overloaded. Releases the unmanaged resources used by the ActivityDesigner and optionally releases the managed resources. |
.gif) | DoDefaultAction | Performs the default UI action associated with the designer. |
.gif) | EnsureVisible | Shifts the visible area of the screen to guarantee that the specified designer is visible. |
.gif) | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
.gif) | Finalize | Provided as an override to Finalize to clean up any resources deterministically. (Overrides Object..::.Finalize()()().) |
.gif) | GetConnectionPoints | Returns a read-only collection of connection points for the activity designer along the specified DesignerEdges. |
.gif) | GetConnections | Returns a read-only collection of points that the designer uses for connections. |
.gif) | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
.gif) | GetPreviewImage | Gets the image of the activity designer on the specified Graphics. |
.gif) .gif) | GetRootDesigner | Returns the designer associated with the design surface of the workflow. |
.gif) | GetService | Tries to retrieve the specified type of service from the design mode site for the activity associated with the designer. |
.gif) | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
.gif) | HitTest | Gets information about the ActivityDesigner at a specified point on the screen. |
.gif) | Initialize | Initializes the designer with the associated Activity. |
.gif) | Invalidate | Overloaded. Invalidates the designer. |
.gif) .gif) | IsCommentedActivity | Returns a Boolean value that indicates whether the current designer's activity is commented or is inside a commented activity. |
.gif) | IsSupportedActivityType | Returns a value that indicates whether the specified activity type is supported if the activity designer is a root designer. |
.gif) | LoadViewState | Loads the view state of the designer from a binary stream. |
.gif) | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
.gif) | OnActivityChanged | Notifies the ActivityDesigner when the activity it is associated with changes. |
.gif) | OnBeginResizing | Notifies the ActivityDesigner when a user starts to visually resize the activity designer when the designer is in a FreeFormActivityDesigner. |
.gif) | OnConnected | Notifies the ActivityDesigner when a connection is established between two connection points. |
.gif) | OnDragDrop | Occurs when the drag drop operation is completed inside designer bounds. |
.gif) | OnDragEnter | Occurs when the drag drop operation is in progress and the pointer enters the designer bounds. |
.gif) | OnDragLeave | Occurs when the drag drop operation is in progress and the pointer leaves the designer bounds. |
.gif) | OnDragOver | Occurs when the drag drop operation is in progress and the pointer is within the designer bounds. |
.gif) | OnEndResizing | Notifies the ActivityDesigner when a user is finished visually resizing the activity designer when the designer is in a FreeFormActivityDesigner. |
.gif) | OnExecuteDesignerAction | Notifies the ActivityDesigner when the user clicks on the configuration errors associated with the designer. |
.gif) | OnGiveFeedback | Updates the visual cues for feedback supplied to the user when performing a drag operation. |
.gif) | OnKeyDown | Occurs when a key is pressed when the designer has the keyboard focus. |
.gif) | OnKeyUp | Occurs when a key is released when the designer has keyboard focus. |
.gif) | OnLayoutPosition | Notifies the ActivityDesigner when a user repositions its visual cues or child activity designers. |
.gif) | OnLayoutSize | Returns the size of the visual cues or child activity designers on the ActivityDesigner. |
.gif) | OnMouseCaptureChanged | Occurs when the mouse capture changes. |
.gif) | OnMouseDoubleClick | Occurs when the mouse button is clicked multiple times on the designer. |
.gif) | OnMouseDown | Occurs when the mouse button is pressed when the pointer is in designer bounds. |
.gif) | OnMouseDragBegin | Occurs when the user starts to drag the mouse on the designer. |
.gif) | OnMouseDragEnd | Occurs when the user stops dragging the mouse on the designer. |
.gif) | OnMouseDragMove | Occurs on each movement of the mouse as the user drags the pointer over the designer. |
.gif) | OnMouseEnter | Occurs when the mouse first enters the designer bounds. |
.gif) | OnMouseHover | Occurs when the pointer is in designer bounds. |
.gif) | OnMouseLeave | Occurs when the pointer leaves designer bounds. |
.gif) | OnMouseMove | Occurs when the pointer is moving in designer bounds. |
.gif) | OnMouseUp | Occurs when the mouse button is released when the pointer is in designer bounds. |
.gif) | OnPaint | Draws the visual representation of the activity at design time. |
.gif) | OnProcessMessage | Allows the designer to process raw Win32 messages. |
.gif) | OnQueryContinueDrag | Controls whether the drag operation should continue. |
.gif) | OnResizing | Notifies the ActivityDesigner when a user is visually resizing it at design time. The method is only called if the activity designer is a child of a FreeFormActivityDesigner. |
.gif) | OnScroll | Notifies the ActivityDesigner when a user changes the scroll position. |
.gif) | OnShowSmartTagVerbs | Displays the designer verbs associated with a smart tag at the specified point. |
.gif) | OnSmartTagVisibilityChanged | Notifies the ActivityDesigner whether a smart tag should be displayed or hidden. |
.gif) | OnThemeChange | Notifies the designer that the associated theme has changed. |
.gif) | PerformLayout | Updates the layout of the designer. |
.gif) | PointToLogical | Transforms a point from screen coordinate system to the activity designer coordinate system. |
.gif) | PointToScreen | Transforms a point from the activity designer coordinate system to the screen coordinate system. |
.gif) | PostFilterAttributes | When overridden in a derived class, it allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. |
.gif) | PostFilterEvents | When overridden in a derived class, it allows the designer to change or remove items from the set of events that it exposes through a TypeDescriptor. |
.gif) | PostFilterProperties | When overridden in a derived class, it allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. |
.gif) | PreFilterAttributes | When overridden in a derived class, it allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor. |
.gif) | PreFilterEvents | When overridden in a derived class, it allows a designer to add items to the set of events that it exposes through a TypeDescriptor. |
.gif) | PreFilterProperties | When overridden in a derived class it allows a designer to add items to the set of properties that it exposes through a TypeDescriptor. |
.gif) | RectangleToLogical | Transforms a rectangle from the screen coordinate system to the activity designer coordinate system. |
.gif) | RectangleToScreen | Transforms a rectangle from the activity designer coordinate system to the screen coordinate system. |
.gif) | RefreshDesignerActions | Refreshes the configuration errors associated with the designer. |
.gif) | RefreshDesignerVerbs | Refreshes the activity designer verbs associated with the designer by calling the status handler. |
.gif) | SaveViewState | Stores the view state of the designer into a binary stream. |
.gif) | ShowInfoTip | Overloaded. Displays the specified info tip for the ActivityDesigner. |
.gif) | ShowInPlaceTip | Displays the specified tool tip in the specified rectangle location. |
.gif) | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |