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