public override void DrawTopBar(TopBarRendererEventArgs args) { args.Graphics.DrawString(args.Text, args.Font, ColorTable.TopBarTextBrush, args.Bounds); }
/// <summary> /// Draws the top bar of the VirtualKeyboard. /// </summary> /// <param name="args"></param> public abstract void DrawTopBar(TopBarRendererEventArgs args);