AddConnector(ConnectionPoint, ConnectionPoint)
|
已过时.
将连接器添加到 FreeformActivityDesigner。
|
BringToFront(ActivityDesigner)
|
已过时.
将指定的 ActivityDesigner 置于 FreeformActivityDesigner 的 Z 顺序的顶层。
|
CanBeParentedTo(CompositeActivityDesigner)
|
已过时.
返回一个值,该值指示 CompositeActivity 能否设置与设计器关联的活动的父级。
(继承自 ActivityDesigner)
|
CanConnect(ConnectionPoint, ConnectionPoint)
|
已过时.
返回一个值,该值指示能否在当前活动设计器上的指定连接点与目标活动设计器上的指定连接点之间创建连接。
(继承自 ActivityDesigner)
|
CanConnectContainedDesigners(ConnectionPoint, ConnectionPoint)
|
已过时.
返回一个值,该值指示 FreeformActivityDesigner 能否在源子活动设计器上的指定连接点和目标子活动设计器上的指定连接点之间创建连接。
|
CanInsertActivities(HitTestInfo, ReadOnlyCollection<Activity>)
|
已过时.
返回一个值,该值指示是否可以将活动插入与设计器关联的复合活动中。
(继承自 CompositeActivityDesigner)
|
CanMoveActivities(HitTestInfo, ReadOnlyCollection<Activity>)
|
已过时.
返回一个值,该值指示是否可以将复合活动中包含的活动移出与设计器关联的复合活动。
(继承自 CompositeActivityDesigner)
|
CanRemoveActivities(ReadOnlyCollection<Activity>)
|
已过时.
返回一个值,该值指示是否可以从与设计器关联的复合活动中移除活动。
(继承自 CompositeActivityDesigner)
|
CanResizeContainedDesigner(ActivityDesigner)
|
已过时.
返回一个值,该值指示用户能否在 FreeformActivityDesigner 中直观地调整指定子活动设计器的大小。
|
CreateConnector(ConnectionPoint, ConnectionPoint)
|
已过时.
在两个指定连接点之间创建连接器。
|
CreateView(ViewTechnology)
|
已过时.
使用指定的视图技术为当前活动设计器创建工作流视图。
(继承自 ActivityDesigner)
|
Dispose()
|
已过时.
释放由 ActivityDesigner 占用的非托管资源,还可以另外再释放托管资源。
(继承自 ActivityDesigner)
|
Dispose(Boolean)
|
已过时.
释放由 FreeformActivityDesigner 占用的非托管资源,还可以另外再释放托管资源。
|
DoDefaultAction()
|
已过时.
执行与设计器关联的默认 UI 操作。
(继承自 ActivityDesigner)
|
EnsureVisible()
|
已过时.
移动屏幕的可视区域以确保指定设计器是可见的。
(继承自 ActivityDesigner)
|
EnsureVisibleContainedDesigner(ActivityDesigner)
|
已过时.
验证包含的设计器是否可见。
(继承自 CompositeActivityDesigner)
|
Equals(Object)
|
已过时.
确定指定对象是否等于当前对象。
(继承自 Object)
|
GetConnectionPoints(DesignerEdges)
|
已过时.
返回沿指定 DesignerEdges 的活动设计器连接点的只读集合。
(继承自 ActivityDesigner)
|
GetConnections(DesignerEdges)
|
已过时.
返回设计器用于连接的点的只读集合。
(继承自 ActivityDesigner)
|
GetHashCode()
|
已过时.
作为默认哈希函数。
(继承自 Object)
|
GetNextSelectableObject(Object, DesignerNavigationDirection)
|
已过时.
返回在当前 FreeformActivityDesigner 的导航顺序中位于指定对象后面的第一个可选择对象。
|
GetPreviewImage(Graphics)
|
已过时.
获取指定 Graphics 上的活动设计器的图像。
(继承自 ActivityDesigner)
|
GetService(Type)
|
已过时.
尝试从与设计器关联的活动的设计模式站点检索指定类型的服务。
(继承自 ActivityDesigner)
|
GetType()
|
已过时.
获取当前实例的 Type。
(继承自 Object)
|
HitTest(Point)
|
已过时.
返回有关工作流设计图面上指定坐标处的 FreeformActivityDesigner 的信息。
|
Initialize(Activity)
|
已过时.
使用指定的 FreeformActivityDesigner 初始化 Activity。
|
InsertActivities(HitTestInfo, ReadOnlyCollection<Activity>)
|
已过时.
将活动的指定只读集合添加到工作流设计图面上指定位置处的 FreeformActivityDesigner。
|
Invalidate()
|
已过时.
使设计器无效。
(继承自 ActivityDesigner)
|
Invalidate(Rectangle)
|
已过时.
使设计器上的指定矩形无效。
(继承自 ActivityDesigner)
|
IsContainedDesignerVisible(ActivityDesigner)
|
已过时.
获取一个值,该值指示包含的设计器是否可见。
(继承自 CompositeActivityDesigner)
|
IsSupportedActivityType(Type)
|
已过时.
返回一个值,该值指示在活动设计器为根设计器的情况下是否支持指定的活动类型。
(继承自 ActivityDesigner)
|
LoadViewState(BinaryReader)
|
已过时.
从二进制流还原视图状态。
(继承自 CompositeActivityDesigner)
|
MemberwiseClone()
|
已过时.
创建当前 Object 的浅表副本。
(继承自 Object)
|
MoveActivities(HitTestInfo, ReadOnlyCollection<Activity>)
|
已过时.
将活动移动到设计图面中的指定位置。
|
MoveContainedDesigner(ActivityDesigner, Point)
|
已过时.
将指定的 ActivityDesigner 移动到指定的位置。
|
OnActivityChanged(ActivityChangedEventArgs)
|
已过时.
当关联的活动发生更改时向 ActivityDesigner 发出通知。
(继承自 ActivityDesigner)
|
OnBeginResizing(ActivityDesignerResizeEventArgs)
|
已过时.
在设计器位于 ActivityDesigner 中的情况下用户开始直观地调整活动设计器的大小时,向 FreeformActivityDesigner 发出通知。
(继承自 ActivityDesigner)
|
OnConnected(ConnectionPoint, ConnectionPoint)
|
已过时.
当在两个连接点之间建立连接时,向 ActivityDesigner 发出通知。
(继承自 ActivityDesigner)
|
OnConnectorAdded(ConnectorEventArgs)
|
已过时.
引发 ConnectorAdded 事件。
|
OnConnectorChanged(ConnectorEventArgs)
|
已过时.
引发 ConnectorChanged 事件。
|
OnConnectorRemoved(ConnectorEventArgs)
|
已过时.
引发 ConnectorRemoved 事件。
|
OnContainedActivitiesChanged(ActivityCollectionChangeEventArgs)
|
已过时.
当设计器中包含的多个活动更改时发生。 例如,添加新的子活动或移除现有的子活动时会发生这种情况。
(继承自 CompositeActivityDesigner)
|
OnContainedActivitiesChanging(ActivityCollectionChangeEventArgs)
|
已过时.
在 FreeformActivityDesigner 的 Activities 集合中添加或删除子活动时,将向该对象发出通知。
|
OnContainedActivityChanged(ActivityChangedEventArgs)
|
已过时.
当设计器中包含的活动更改时发生。
(继承自 CompositeActivityDesigner)
|
OnContainedDesignersConnected(ConnectionPoint, ConnectionPoint)
|
已过时.
在 FreeformActivityDesigner 包含的两个活动设计器之间建立连接后,将向它发出通知。
|
OnDragDrop(ActivityDragEventArgs)
|
已过时.
在 FreeformActivityDesigner 设计图面的边界内完成拖放操作时,将向该对象发出通知。
|
OnDragEnter(ActivityDragEventArgs)
|
已过时.
当正在执行拖放操作且指针进入设计器边界时发生。
(继承自 ActivityDesigner)
|
OnDragLeave()
|
已过时.
当正在执行拖放操作且指针移出设计器边界时发生。
(继承自 ActivityDesigner)
|
OnDragOver(ActivityDragEventArgs)
|
已过时.
当执行拖放操作并且用户的鼠标光标位于设计器边界内时,向 FreeformActivityDesigner 发出通知。
|
OnEndResizing()
|
已过时.
在设计器位于 ActivityDesigner 中的情况下用户完成直观地调整活动设计器的大小时,向 FreeformActivityDesigner 发出通知。
(继承自 ActivityDesigner)
|
OnExecuteDesignerAction(DesignerAction)
|
已过时.
当用户单击与设计器关联的配置错误时,向 ActivityDesigner 发出通知。
(继承自 ActivityDesigner)
|
OnGiveFeedback(GiveFeedbackEventArgs)
|
已过时.
更新执行拖动操作时提供给用户的反馈的视觉提示。
(继承自 ActivityDesigner)
|
OnKeyDown(KeyEventArgs)
|
已过时.
在设计器有键盘焦点的情况下按下键时发生。
|
OnKeyUp(KeyEventArgs)
|
已过时.
在设计器有键盘焦点的情况下释放键时发生。
(继承自 ActivityDesigner)
|
OnLayoutPosition(ActivityDesignerLayoutEventArgs)
|
已过时.
在 FreeformActivityDesigner 上执行位置视觉提示和子设计器的布局任务。
|
OnLayoutSize(ActivityDesignerLayoutEventArgs)
|
已过时.
当由 FreeformActivityDesigner 显示的设计器上的视觉提示大小发生更改时,向 FreeformActivityDesigner 发出通知。
|
OnMouseCaptureChanged()
|
已过时.
在鼠标捕获发生更改时发生。
(继承自 ActivityDesigner)
|
OnMouseDoubleClick(MouseEventArgs)
|
已过时.
在设计器上多次单击鼠标按钮时发生。
(继承自 ActivityDesigner)
|
OnMouseDown(MouseEventArgs)
|
已过时.
指针位于设计器边界内的情况下单击鼠标时调用。
(继承自 CompositeActivityDesigner)
|
OnMouseDragBegin(Point, MouseEventArgs)
|
已过时.
当用户开始在设计器上拖动鼠标时发生。
(继承自 ActivityDesigner)
|
OnMouseDragEnd()
|
已过时.
当用户停止在设计器上拖动鼠标时发生。
(继承自 ActivityDesigner)
|
OnMouseDragMove(MouseEventArgs)
|
已过时.
在用户在设计器上拖动指针的过程中鼠标每次发生移动时发生。
(继承自 ActivityDesigner)
|
OnMouseEnter(MouseEventArgs)
|
已过时.
当鼠标第一次进入设计器边界时发生。
(继承自 ActivityDesigner)
|
OnMouseHover(MouseEventArgs)
|
已过时.
当指针位于设计器边界内时发生。
(继承自 ActivityDesigner)
|
OnMouseLeave()
|
已过时.
当指针移出设计器边界时发生。
(继承自 ActivityDesigner)
|
OnMouseMove(MouseEventArgs)
|
已过时.
当指针在设计器边界内移动时发生。
(继承自 ActivityDesigner)
|
OnMouseUp(MouseEventArgs)
|
已过时.
在指针位于设计器边界内的情况下释放鼠标按钮时发生。
(继承自 ActivityDesigner)
|
OnPaint(ActivityDesignerPaintEventArgs)
|
已过时.
在设计时绘制复合活动的可视表示形式。
(继承自 CompositeActivityDesigner)
|
OnProcessMessage(Message)
|
已过时.
允许设计器处理原始 Win32 消息。
(继承自 ActivityDesigner)
|
OnQueryContinueDrag(QueryContinueDragEventArgs)
|
已过时.
控制拖动操作是否应继续。
(继承自 ActivityDesigner)
|
OnResizing(ActivityDesignerResizeEventArgs)
|
已过时.
当用户在设计时直观地调整其大小时,向 FreeformActivityDesigner 发出通知。
|
OnScroll(ScrollBar, Int32)
|
已过时.
在用户更改滚动位置时,向 ActivityDesigner 发出通知。
(继承自 ActivityDesigner)
|
OnShowSmartTagVerbs(Point)
|
已过时.
显示与指定点的智能标记关联的设计器谓词。
(继承自 ActivityDesigner)
|
OnSmartTagVisibilityChanged(Boolean)
|
已过时.
向ActivityDesigner通知应该显示还是隐藏智能标记。
(继承自 ActivityDesigner)
|
OnThemeChange(ActivityDesignerTheme)
|
已过时.
向 FreeformActivityDesigner 通知它关联的主题已发生更改。
|
PaintContainedDesigners(ActivityDesignerPaintEventArgs)
|
已过时.
调整图形对象上的剪裁区域并对所有包含的设计器调用 OnPaint(ActivityDesignerPaintEventArgs)。
(继承自 CompositeActivityDesigner)
|
PerformLayout()
|
已过时.
更新设计器的布局。
(继承自 ActivityDesigner)
|
PointToLogical(Point)
|
已过时.
将点从屏幕坐标系转换为活动设计器坐标系。
(继承自 ActivityDesigner)
|
PointToScreen(Point)
|
已过时.
将点从活动设计器坐标系转换为屏幕坐标系。
(继承自 ActivityDesigner)
|
PostFilterAttributes(IDictionary)
|
已过时.
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的特性集中的项。
(继承自 ActivityDesigner)
|
PostFilterEvents(IDictionary)
|
已过时.
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的事件集中的项。
(继承自 ActivityDesigner)
|
PostFilterProperties(IDictionary)
|
已过时.
当在派生类中重写时,允许设计器更改或移除它通过 TypeDescriptor 公开的属性集中的项。
(继承自 ActivityDesigner)
|
PreFilterAttributes(IDictionary)
|
已过时.
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的特性集中添加项。
(继承自 ActivityDesigner)
|
PreFilterEvents(IDictionary)
|
已过时.
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的事件集中添加项。
(继承自 ActivityDesigner)
|
PreFilterProperties(IDictionary)
|
已过时.
当在派生类中重写时,允许设计器向它通过 TypeDescriptor 公开的属性集中添加项。
(继承自 ActivityDesigner)
|
RectangleToLogical(Rectangle)
|
已过时.
将矩形从屏幕坐标系转换为活动设计器坐标系。
(继承自 ActivityDesigner)
|
RectangleToScreen(Rectangle)
|
已过时.
将矩形从活动设计器坐标系转换为屏幕坐标系。
(继承自 ActivityDesigner)
|
RefreshDesignerActions()
|
已过时.
刷新与设计器关联的配置错误。
(继承自 ActivityDesigner)
|
RefreshDesignerVerbs()
|
已过时.
通过调用状态处理程序,刷新与设计器关联的活动设计器谓词。
(继承自 ActivityDesigner)
|
RemoveActivities(ReadOnlyCollection<Activity>)
|
已过时.
从复合活动设计器中移除一系列活动。
(继承自 CompositeActivityDesigner)
|
RemoveConnector(Connector)
|
已过时.
从 Connector 中移除指定的 FreeformActivityDesigner。
|
ResizeContainedDesigner(ActivityDesigner, Size)
|
已过时.
将指定的 ActivityDesigner 调整为指定的尺寸。
|
SaveViewState(BinaryWriter)
|
已过时.
将视图状态保存到二进制流。
(继承自 CompositeActivityDesigner)
|
SendToBack(ActivityDesigner)
|
已过时.
将指定的 ActivityDesigner 置于 FreeformActivityDesigner 的 Z 顺序的底层。
|
ShowInfoTip(String)
|
已过时.
显示指定的信息提示。
(继承自 ActivityDesigner)
|
ShowInfoTip(String, String)
|
已过时.
使用指定的标题和文本显示 ActivityDesigner 的信息提示。
(继承自 ActivityDesigner)
|
ShowInPlaceTip(String, Rectangle)
|
已过时.
在指定的矩形位置显示指定的工具提示。
(继承自 ActivityDesigner)
|
ToString()
|
已过时.
返回表示当前对象的字符串。
(继承自 Object)
|