RoundBackButton::OnPaint Method (PaintEventArgs^)

 

Raises the Control::Paint event.

Namespace:   Microsoft.WindowsServerSolutions.Common.WizardBase
Assembly:  AdminCommon (in AdminCommon.dll)

protected:
virtual void OnPaint(
	PaintEventArgs^ pevent
) override

Parameters

pevent
Type: System.Windows.Forms::PaintEventArgs^

The event data.

This method changes the button shape to round and displays a corresponding image to the status assigned in the event.

Return to top

Community Additions

ADD
Show: