Download Cyotek.Windows.Forms.TabList.zip version 1.0.0.2, last updated 31/12/2012 (152.27 KB)

Download
  • md5: fbf021a18c325e7384b409ad256a9207
using System.Drawing;

namespace Cyotek.Windows.Forms
{
  public abstract class TabListPageRenderer
    : ITabListPageRenderer
  {
    #region  Public Class Properties

    public static ITabListPageRenderer DefaultRenderer { get; set; }

    #endregion  Public Class Properties

    #region  Public Abstract Methods

    public abstract void RenderHeader(Graphics g, TabListPage page, TabListPageState state);

    #endregion  Public Abstract Methods
  }
}

Donate

Donate