KeyboardControlDraw Method

Paints the foreground of KeyboardControl.

Definition

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

Parameters

gxOff  Graphics
a Graphics object which is used to perform the drawing.

See Also