DotNet 4.8.1 build of DotNetBar
This commit is contained in:
13
PROMS/DotNetBar Source Code/Ribbon/KeyTipsPainter.cs
Normal file
13
PROMS/DotNetBar Source Code/Ribbon/KeyTipsPainter.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.Drawing;
|
||||
|
||||
namespace DevComponents.DotNetBar
|
||||
{
|
||||
internal abstract class KeyTipsPainter
|
||||
{
|
||||
public abstract void PaintKeyTips(KeyTipsRendererEventArgs e);
|
||||
|
||||
public static Size KeyTipsPadding = new Size(6, 4);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user