SequentialWorkflowRootDesigner.OnPaint(ActivityDesignerPaintEventArgs) 메서드

정의

에 연결된 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
ActivityDesignerPaintEventArgs

ActivityDesignerPaintEventArgs 이벤트 데이터가 포함된 항목입니다.

예외

e null 참조를 포함합니다(Visual Basic Nothing).

설명

OnPaint 는 적절한 테마 설정을 사용하여 머리글 및 바닥글에 포함할 텍스트를 그립니다. 또한 머리글 및 바닥글에 포함할 이미지를 그립니다.

참고 파생 클래스에서 재정 OnPaint 의하는 경우 등록된 대리자가 이벤트를 받도록 기본 클래스의 메서드를 호출 OnPaint 해야 합니다.

적용 대상