Method DrawPushButtonFocused
DrawPushButtonFocused(object?, PaintEventArgs)
Draw push button in the Focused state using the specified parameters.
public static void DrawPushButtonFocused(object? sender, PaintEventArgs e)
Parameters
senderobjectThe container control where drawing is performed.
ePaintEventArgsThe paint arguments including canvas and bounding rectangle.