SequentialWorkflowRootDesigner.OnPaint(ActivityDesignerPaintEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
绘制与 SequentialWorkflowRootDesigner 关联的任何页眉和页脚。
protected:
override void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
protected override void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Protected Overrides Sub OnPaint (e As ActivityDesignerPaintEventArgs)
参数
例外
e
包含空引用(在 Visual Basic 中为 Nothing
)。
注解
OnPaint 使用适当的主题设置来绘制要在页眉和页脚中包含的任何文本。 此外,它还绘制要在页眉和页脚中包含的任何图像。
注意 在派生类中重写 OnPaint 时,请务必调用 OnPaint 基类的方法,以便已注册的委托接收事件。