TButtonBaseOnPainted Method
Raises when the control is painted.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected virtual void OnPainted(
Graphics gr,
Point aLocation
)
Protected Overridable Sub OnPainted (
gr As Graphics,
aLocation As Point
)
Parameters
- gr Graphics
- Graphics object. Use it to draw your additional things.
- aLocation Point
- Specifies the button's Location.