DotNet 4.8.1 build of DotNetBar
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace DevComponents.DotNetBar
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the abstract class for form caption painter.
|
||||
/// </summary>
|
||||
internal abstract class FormCaptionPainter
|
||||
{
|
||||
public abstract void PaintCaptionBackground(FormCaptionRendererEventArgs e);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user