KeyboardControlDrawBackGround Method
Paints the background of the control.
Namespace: BeeMobile.KeyboardAssembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
protected override void DrawBackGround(
Graphics gxBack
)
Protected Overrides Sub DrawBackGround (
gxBack As Graphics
)
Parameters
- gxBack Graphics
- A Graphics which is used to perform the drawing.
The default implementation of this class just uses value of BackColor to solid-fill the background.