Table of Contents

Method DrawPushButtonFocused

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

DrawPushButtonFocused(object?, PaintEventArgs)

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

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

Parameters

sender object

The container control where drawing is performed.

e PaintEventArgs

The paint arguments including canvas and bounding rectangle.