WorkflowDesignerMessageFilter::OnPaintWorkflowAdornments Method (PaintEventArgs^, Rectangle, AmbientTheme^)
.NET Framework (current version)
Occurs when the workflow should repaint its adornments.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
protected: virtual bool OnPaintWorkflowAdornments( PaintEventArgs^ eventArgs, Rectangle viewPort, AmbientTheme^ ambientTheme )
Parameters
- eventArgs
-
Type:
System.Windows.Forms::PaintEventArgs^
A PaintEventArgs that contains information about the event.
- viewPort
-
Type:
System.Drawing::Rectangle
A Rectangle that describes the area to be painted.
- ambientTheme
-
Type:
System.Workflow.ComponentModel.Design::AmbientTheme^
An AmbientTheme used to obtain information about the theme.
OnPaintWorkflowAdornments occurs when the workflow should repaint its adornments.
.NET Framework
Available since 3.0
Available since 3.0
Show: