TButtonBaseOnPainted Method

Raises when the control is painted.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected virtual void OnPainted(
	Graphics gr,
	Point aLocation
)

Parameters

gr  Graphics
Graphics object. Use it to draw your additional things.
aLocation  Point
Specifies the button's Location.

See Also