KeyboardControlDrawBackGround Method

Paints the background of the control.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
protected override void DrawBackGround(
	Graphics gxBack
)

Parameters

gxBack  Graphics
A Graphics which is used to perform the drawing.

Remarks

The default implementation of this class just uses value of BackColor to solid-fill the background.

See Also