Table of Contents

Method DrawPushButtonNormal

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DrawPushButtonNormal(object?, PaintEventArgs)

Draw push button in the Normal state using the specified parameters.

public static void DrawPushButtonNormal(object? sender, PaintEventArgs e)

Parameters

sender object

The container control where drawing is performed.

e PaintEventArgs

The paint arguments including canvas and bounding rectangle.