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
包含 null 參考 (在 Visual Basic 中為 Nothing
)。
備註
OnPaint 會使用適當的主題設定繪製任何要包含在頁首和頁尾的文字。 它也會繪製任何要包含在頁首和頁尾的影像。
注意 當您在衍生類別中覆寫 OnPaint 時,請務必呼叫 OnPaint 基類的 方法,讓已註冊的委派接收 事件。