ActionsPane.Paint Event

Definition

Occurs when the actions pane is redrawn.

public:
 event System::Windows::Forms::PaintEventHandler ^ Paint;
event System.Windows.Forms.PaintEventHandler Paint;
member this.Paint : System.Windows.Forms.PaintEventHandler 
Event Paint As PaintEventHandler 

Event Type

Remarks

This event provides the same functionality as the System.Windows.Forms.Control.Paint event. For more information about using this event, see System.Windows.Forms.Control.Paint.

Applies to