CompositeActivityDesigner Class

 
Note: This API is now obsolete.

Provides a designer that enables you to visually design composite activities.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)


[ActivityDesignerThemeAttribute((CompositeDesignerTheme^::typeid))]
[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public ref class CompositeActivityDesigner abstract : ActivityDesigner

NameDescription
System_CAPS_protmethodCompositeActivityDesigner()

When implemented in a derived class, initializes an instance of the CompositeActivityDesigner.

NameDescription
System_CAPS_pubpropertyAccessibilityObject

Gets a AccessibleObject that accessibility applications use to adjust the application look and feel for people with disabilities.(Overrides ActivityDesigner::AccessibilityObject.)

System_CAPS_pubpropertyActivity

Gets the Activity associated with the designer.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyBounds

Gets a Rectangle which contains the value for the enclosing rectangle of the designer in logical coordinates.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyCanExpandCollapse

Gets a value that indicates whether the CompositeActivityDesigner can be collapsed.

System_CAPS_pubpropertyContainedDesigners

Gets the array of ActivityDesigner contained within the CompositeActivityDesigner.

System_CAPS_protpropertyDesignerActions

Gets the array of actions associated with configuration errors.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyDesignerTheme

Gets the current designer theme for the activity designer.(Inherited from ActivityDesigner.)

System_CAPS_protpropertyEnableVisualResizing

Gets a value that indicates whether the activity designer can be resized in a free form designer.(Inherited from ActivityDesigner.)

System_CAPS_protpropertyExpandButtonRectangle

Gets the Rectangle that contains the expand or collapse button.

System_CAPS_pubpropertyExpanded

Gets or sets a value that indicates whether the CompositeActivityDesigner is expanded.

System_CAPS_pubpropertyFirstSelectableObject

Gets the first selectable object in the navigation order of the CompositeActivityDesigner.

System_CAPS_protpropertyGlyphs

Gets a collection of glyphs with which to adorn the composite activity designer.(Overrides ActivityDesigner::Glyphs.)

System_CAPS_pubpropertyImage

Gets or sets the Image associated with the designer.(Inherited from ActivityDesigner.)

System_CAPS_protpropertyImageRectangle

Gets the value for the enclosing bounds of the image associated with the designer in logical coordinates.(Overrides ActivityDesigner::ImageRectangle.)

System_CAPS_protpropertyInvokingDesigner

Gets or sets the designer of the activity that invokes the activity associated with the current activity designer.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyIsEditable

Gets a value that indicates whether the designer can be edited.

System_CAPS_pubpropertyIsLocked

Gets a value that indicates whether the activity associated with the designer can be modified.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyIsPrimarySelection

Gets a value that indicates whether the activity associated with the designer is the primary selection.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyIsRootDesigner

Gets a value that indicates whether the designer is a root designer.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyIsSelected

Gets a value that indicates whether the activity associated with the designer is selected.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyIsVisible

Gets a value that indicates whether the activity associated with the designer is visible on the workflow.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyLastSelectableObject

Gets the last selectable object contained within the CompositeActivityDesigner.

System_CAPS_pubpropertyLocation

Gets or sets the location of the designer in logical coordinates.(Overrides ActivityDesigner::Location.)

System_CAPS_protpropertyMessageFilters

Gets a read-only collection of message filters that are associated with the activity designer.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyMinimumSize

Gets the minimum size for the activity designer.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyParentDesigner

Gets the parent designer of the existing designer.(Inherited from ActivityDesigner.)

System_CAPS_protpropertyParentView

Gets the workflow view that contains the current activity designer.(Inherited from ActivityDesigner.)

System_CAPS_protpropertyShowSmartTag

Gets a value that indicates whether the activity should show a smart tag.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertySize

Gets or sets the size of the ActivityDesigner.(Inherited from ActivityDesigner.)

System_CAPS_protpropertySmartTagRectangle

Gets the rectangle where the smart tag should be displayed.(Inherited from ActivityDesigner.)

System_CAPS_protpropertySmartTagVerbs

Gets a read-only collection of designer actions to associate with a smart tag on the activity designer.(Inherited from ActivityDesigner.)

System_CAPS_pubpropertyText

Gets or sets the text to associate with the designer.(Inherited from ActivityDesigner.)

System_CAPS_protpropertyTextRectangle

Gets the value of the description rectangle in logical coordinates.(Overrides ActivityDesigner::TextRectangle.)

System_CAPS_protpropertyTitleHeight

Gets the height of the title area of the designer.

System_CAPS_protpropertyVerbs

Gets the collection of verbs to be associated with the designer.(Inherited from ActivityDesigner.)

NameDescription
System_CAPS_pubmethodCanBeParentedTo(CompositeActivityDesigner^)

Returns a value that indicates if a CompositeActivity can be set as the parent of the activity associated with the designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodCanConnect(ConnectionPoint^, ConnectionPoint^)

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.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodCanInsertActivities(HitTestInfo^, ReadOnlyCollection<Activity^>^)

Returns a value that indicates whether activities can be inserted into the composite activity associated with the designer.

System_CAPS_pubmethodCanMoveActivities(HitTestInfo^, ReadOnlyCollection<Activity^>^)

Returns a value that indicates whether activities contained within the composite activity can be moved out of the composite activity associated with the designer.

System_CAPS_pubmethodCanRemoveActivities(ReadOnlyCollection<Activity^>^)

Returns a value that indicates if activities can be removed from the composite activity associated with the designer.

System_CAPS_protmethodCreateView(ViewTechnology)

Creates a workflow view for the current activity designer using the specified ViewTechnology.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodSystem_CAPS_staticDeserializeActivitiesFromDataObject(IServiceProvider^, IDataObject^)

Deserializes items from an IDataObject received during a drag-and-drop operation or from the clipboard.

System_CAPS_pubmethodDispose()

Releases the unmanaged resources used by the ActivityDesigner and optionally releases the managed resources.(Inherited from ActivityDesigner.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the CompositeActivityDesigner and optionally releases the managed resources.(Overrides ActivityDesigner::Dispose(Boolean).)

System_CAPS_protmethodDoDefaultAction()

Performs the default UI action associated with the designer.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodEnsureVisible()

Shifts the visible area of the screen to guarantee that the specified designer is visible.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodEnsureVisibleContainedDesigner(ActivityDesigner^)

Verifies that the contained designer is visible.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

When overridden in a derived class, allows an object to clean up any resources deterministically.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodGetConnectionPoints(DesignerEdges)

Returns a read-only collection of connection points for the activity designer along the specified DesignerEdges.(Inherited from ActivityDesigner.)

System_CAPS_protmethodGetConnections(DesignerEdges)

Returns a read-only collection of points that the designer uses for connections.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetIntersectingDesigners(ActivityDesigner^, Rectangle)

Retrieves designers belonging to the specified root activity that intersect a specified area.

System_CAPS_pubmethodGetNextSelectableObject(Object^, DesignerNavigationDirection)

Gets the object which is next in the order of navigation.

System_CAPS_pubmethodGetPreviewImage(Graphics^)

Gets the image of the activity designer on the specified Graphics.(Inherited from ActivityDesigner.)

System_CAPS_protmethodGetService(Type^)

Tries to retrieve the specified type of service from the design mode site for the activity associated with the designer.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodHitTest(Point)

Gets information about the CompositeActivityDesigner at a specified point on the screen.(Overrides ActivityDesigner::HitTest(Point).)

System_CAPS_protmethodInitialize(Activity^)

Initializes the designer with the associated Activity.(Overrides ActivityDesigner::Initialize(Activity^).)

System_CAPS_pubmethodSystem_CAPS_staticInsertActivities(CompositeActivityDesigner^, HitTestInfo^, ReadOnlyCollection<Activity^>^, String^)

Inserts activities into the designer at the specified location using a transaction.

System_CAPS_pubmethodInsertActivities(HitTestInfo^, ReadOnlyCollection<Activity^>^)

Inserts the specified activities in the designer at the specified location.

System_CAPS_pubmethodInvalidate()

Invalidates the designer.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodInvalidate(Rectangle)

Invalidates the specified rectangle on the designer.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodIsContainedDesignerVisible(ActivityDesigner^)

Gets a value that indicates if the contained designer is visible.

System_CAPS_protmethodIsSupportedActivityType(Type^)

Returns a value that indicates whether the specified activity type is supported if the activity designer is a root designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodLoadViewState(BinaryReader^)

Restores the view state from a binary stream.(Overrides ActivityDesigner::LoadViewState(BinaryReader^).)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodMoveActivities(HitTestInfo^, ReadOnlyCollection<Activity^>^)

Moves activities from one designer to another.

System_CAPS_pubmethodSystem_CAPS_staticMoveDesigners(ActivityDesigner^, Boolean)

Moves a designer forward or backwards in index within the composite activity.

System_CAPS_protmethodOnActivityChanged(ActivityChangedEventArgs^)

Notifies the ActivityDesigner when the activity it is associated with changes.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnBeginResizing(ActivityDesignerResizeEventArgs^)

Notifies the ActivityDesigner when a user starts to visually resize the activity designer when the designer is in a T:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnConnected(ConnectionPoint^, ConnectionPoint^)

Notifies the ActivityDesigner when a connection is established between two connection points.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnContainedActivitiesChanged(ActivityCollectionChangeEventArgs^)

Occurs when more than one activities contained within the designers have changed. This occurs, for example, when a new child activity is added or an existing child activity is removed.

System_CAPS_protmethodOnContainedActivitiesChanging(ActivityCollectionChangeEventArgs^)

Occurs when an activity or a group of activities contained within the designer are changing. This occurs, for example, when a new child activity is added or an existing child activity is removed.

System_CAPS_protmethodOnContainedActivityChanged(ActivityChangedEventArgs^)

Occurs when an activity contained within the designer has changed.

System_CAPS_protmethodOnDragDrop(ActivityDragEventArgs^)

Occurs when the drag-drop operation is completed inside designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnDragEnter(ActivityDragEventArgs^)

Occurs when the drag-drop operation is in progress and the pointer enters the designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnDragLeave()

Occurs when the drag-drop operation is in progress and the pointer leaves the designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnDragOver(ActivityDragEventArgs^)

Occurs when the drag-drop operation is in progress and the pointer is within the designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnEndResizing()

Notifies the ActivityDesigner when a user is finished visually resizing the activity designer when the designer is in a T:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnExecuteDesignerAction(DesignerAction^)

Notifies the ActivityDesigner when the user clicks on the configuration errors associated with the designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnGiveFeedback(GiveFeedbackEventArgs^)

Updates the visual cues for feedback supplied to the user when performing a drag operation.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnKeyDown(KeyEventArgs^)

Called when a key is pressed with the designer in focus.(Overrides ActivityDesigner::OnKeyDown(KeyEventArgs^).)

System_CAPS_protmethodOnKeyUp(KeyEventArgs^)

Occurs when a key is released when the designer has keyboard focus.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnLayoutPosition(ActivityDesignerLayoutEventArgs^)

Performs layout and positioning tasks for the contained visual cues or designers on the CompositeActivityDesigner to reposition its child activities.(Overrides ActivityDesigner::OnLayoutPosition(ActivityDesignerLayoutEventArgs^).)

System_CAPS_protmethodOnLayoutSize(ActivityDesignerLayoutEventArgs^)

Called to calculate the size needed for an activity based on its current state (collapsed or expanded) and its list of child activities.(Overrides ActivityDesigner::OnLayoutSize(ActivityDesignerLayoutEventArgs^).)

System_CAPS_protmethodOnMouseCaptureChanged()

Occurs when the mouse capture changes.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseDoubleClick(MouseEventArgs^)

Occurs when the mouse button is clicked multiple times on the designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseDown(MouseEventArgs^)

Called when the mouse is clicked when the pointer is in designer bounds.(Overrides ActivityDesigner::OnMouseDown(MouseEventArgs^).)

System_CAPS_protmethodOnMouseDragBegin(Point, MouseEventArgs^)

Occurs when the user starts to drag the mouse on the designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseDragEnd()

Occurs when the user stops dragging the mouse on the designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseDragMove(MouseEventArgs^)

Occurs on each movement of the mouse as the user drags the pointer over the designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseEnter(MouseEventArgs^)

Occurs when the mouse first enters the designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseHover(MouseEventArgs^)

Occurs when the pointer is in designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseLeave()

Occurs when the pointer leaves designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseMove(MouseEventArgs^)

Occurs when the pointer is moving in designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnMouseUp(MouseEventArgs^)

Occurs when the mouse button is released when the pointer is in designer bounds.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnPaint(ActivityDesignerPaintEventArgs^)

Draws the visual representation of a composite activity at design time.(Overrides ActivityDesigner::OnPaint(ActivityDesignerPaintEventArgs^).)

System_CAPS_protmethodOnProcessMessage(Message)

Allows the designer to process raw Win32 messages.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnQueryContinueDrag(QueryContinueDragEventArgs^)

Controls whether the drag operation should continue.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnResizing(ActivityDesignerResizeEventArgs^)

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 T:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnScroll(ScrollBar^, Int32)

Notifies the ActivityDesigner when a user changes the scroll position.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnShowSmartTagVerbs(Point)

Displays the designer verbs associated with a smart tag at the specified point.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnSmartTagVisibilityChanged(Boolean)

Notifies the ActivityDesigner whether a smart tag should be displayed or hidden.(Inherited from ActivityDesigner.)

System_CAPS_protmethodOnThemeChange(ActivityDesignerTheme^)

Notifies the designer that the associated theme has changed.(Overrides ActivityDesigner::OnThemeChange(ActivityDesignerTheme^).)

System_CAPS_protmethodPaintContainedDesigners(ActivityDesignerPaintEventArgs^)

Adjusts the clip region on the graphics object and calls OnPaint on all contained designers.

System_CAPS_protmethodPerformLayout()

Updates the layout of the designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodPointToLogical(Point)

Transforms a point from screen coordinate system to the activity designer coordinate system.(Inherited from ActivityDesigner.)

System_CAPS_protmethodPointToScreen(Point)

Transforms a point from the activity designer coordinate system to the screen coordinate system.(Inherited from ActivityDesigner.)

System_CAPS_protmethodPostFilterAttributes(IDictionary^)

When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_protmethodPostFilterEvents(IDictionary^)

When overridden in a derived class, allows the designer to change or remove items from the set of events that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_protmethodPostFilterProperties(IDictionary^)

When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_protmethodPreFilterAttributes(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_protmethodPreFilterEvents(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_protmethodPreFilterProperties(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_protmethodRectangleToLogical(Rectangle)

Transforms a rectangle from the screen coordinate system to the activity designer coordinate system.(Inherited from ActivityDesigner.)

System_CAPS_protmethodRectangleToScreen(Rectangle)

Transforms a rectangle from the activity designer coordinate system to the screen coordinate system.(Inherited from ActivityDesigner.)

System_CAPS_protmethodRefreshDesignerActions()

Refreshes the configuration errors associated with the designer.(Inherited from ActivityDesigner.)

System_CAPS_protmethodRefreshDesignerVerbs()

Refreshes the activity designer verbs associated with the designer by calling the status handler.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodSystem_CAPS_staticRemoveActivities(IServiceProvider^, ReadOnlyCollection<Activity^>^, String^)

Removes the list of activities from the designer using a transaction.

System_CAPS_pubmethodRemoveActivities(ReadOnlyCollection<Activity^>^)

Removes a list of activities from the composite activity designer.

System_CAPS_protmethodSaveViewState(BinaryWriter^)

Saves the view state to a binary stream.(Overrides ActivityDesigner::SaveViewState(BinaryWriter^).)

System_CAPS_pubmethodSystem_CAPS_staticSerializeActivitiesToDataObject(IServiceProvider^, array<Activity^>^)

Serializes an array of activities to an IDataObject that can be placed into the clipboard or used when initializing a drag and drop operation.

System_CAPS_protmethodShowInfoTip(String^)

Shows the specified info tip.(Inherited from ActivityDesigner.)

System_CAPS_protmethodShowInfoTip(String^, String^)

Displays the info tip for the ActivityDesigner with the specified title and text.(Inherited from ActivityDesigner.)

System_CAPS_protmethodShowInPlaceTip(String^, Rectangle)

Displays the specified tool tip in the specified rectangle location.(Inherited from ActivityDesigner.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIDesigner::DoDefaultAction()

Performs the default action associated with the designer.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDesigner::Initialize(IComponent^)

Initializes the designer with the associated activity.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDesignerFilter::PostFilterAttributes(IDictionary^)

When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDesignerFilter::PostFilterEvents(IDictionary^)

When overridden in a derived class, allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDesignerFilter::PostFilterProperties(IDictionary^)

When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDesignerFilter::PreFilterAttributes(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDesignerFilter::PreFilterEvents(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDesignerFilter::PreFilterProperties(IDictionary^)

When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a TypeDescriptor.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIRootDesigner::GetView(ViewTechnology)

Returns a view object for the specified view technology.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIToolboxUser::GetToolSupported(ToolboxItem^)

Determines whether the specified Toolbox item is supported by the current activity designer.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIToolboxUser::ToolPicked(ToolboxItem^)

Selects the specified toolbox item.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIPersistUIState::LoadViewState(BinaryReader^)

Restores the view state from a binary stream.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIPersistUIState::SaveViewState(BinaryWriter^)

Saves the view state to a binary stream.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIWorkflowRootDesigner::IsSupportedActivityType(Type^)

Returns a value that indicates whether the specified type is supported on the current ActivityDesigner.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDesigner::Component

Gets the base component with which the activity designer is associated.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDesigner::Verbs

Gets the design-time verbs associated with the activity designer.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIRootDesigner::SupportedTechnologies

Gets the array of technologies that the activity designer can support for its display.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIWorkflowRootDesigner::InvokingDesigner

Gets or sets the CompositeActivityDesigner that requested the activity designer be initialized.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIWorkflowRootDesigner::MessageFilters

Gets any message filters associated with the activity designer.(Inherited from ActivityDesigner.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIWorkflowRootDesigner::SupportsLayoutPersistence

Gets the value that indicates whether the actual workflow root designer supports the layout persistence.(Inherited from ActivityDesigner.)

System_CAPS_noteNote

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Use the CompositeActivityDesigner to visually design composite activities, to customize the layout, and to manage the drawing of the CompositeActivity.

The CompositeActivityDesigner also enables you to manage events for the contained activity designers. It also enables you to customize and manage the position, size, and layout of contained activity designers.

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: