DotNet 4.8.1 build of DotNetBar
This commit is contained in:
10
PROMS/DotNetBar Source Code/Ribbon/RibbonTabGroupPainter.cs
Normal file
10
PROMS/DotNetBar Source Code/Ribbon/RibbonTabGroupPainter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace DevComponents.DotNetBar
|
||||
{
|
||||
internal abstract class RibbonTabGroupPainter
|
||||
{
|
||||
public abstract void PaintTabGroup(RibbonTabGroupRendererEventArgs e);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user