WorkflowView::EnsureVisible Method (Object^)
.NET Framework (current version)
Ensures that the Object passed is visible, expanding parent objects and scrolling the WorkflowView as necessary.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- selectableObject
-
Type:
System::Object^
The object to make visible.
| Exception | Condition |
|---|---|
| ArgumentNullException | selectableObject is a null reference (Nothing in Visual Basic). |
Use EnsureVisible when you are working with an object in the workflow that requires user interface cues. EnsureVisible will expand parent objects and scroll the WorkflowView as necessary to make the object visible on the designer.
The following example uses the GetService method of the WorkflowView object to return an ISelectionService interface. If the service exists, EnsureVisible is called passing the currently selected activity using the PrimarySelection property of the ISelectionService object.
.NET Framework
Available since 3.0
Available since 3.0
Show: