[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IInterfaceRenderer

IInterfaceRenderer Interface

Interface that defines the methods and properties required by objects used as painters of tab sheets.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IInterfaceRenderer
Public Interface IInterfaceRenderer

Methods

Name Description
PaintButton(Graphics, int, int, int, int, TabStripButton, bool, bool, bool, bool)

Paints a tab strip button.

PaintGrayArea(Graphics, int, int, int, int)

Paints the gray area.

PaintRangeGroupArea(Graphics, int, int, int, int)

Paints the outline (range group) area.

PaintRangeGroupButton(Graphics, int, int, int, int, GroupState, bool, bool)

Paints the outline (range group) button.

PaintRangeGroupLevelBox(Graphics, int, int, int, int, int, bool, bool)

Paints the outline (range group) level indicator box.

PaintRangeGroupLine(Graphics, Point, Point)

Paints the outline (range group) line.

PaintRangeGroupPoint(Graphics, Point)

Paints the outline (range group) point.

PaintScrollBox(Graphics, int, int, int, int)

Paints the scroll box.

PaintSheetTab(Graphics, int, string, int, int, int, int, bool, bool, TabStripPlacement, bool, bool, Font, Font)

Paints the sheet tab.

PaintSheetTabPartial(Graphics, int, string, int, int, int, int, bool, bool, TabStripPlacement, bool, bool, Font, Font)

Paints a sheet tab which is partially displayed.

PaintSpecialSheetTab(Graphics, int, int, int, int, bool, TabStripPlacement, bool, bool, Font, Font)

Paints the special insert sheet tab.

PaintSplitBar(Graphics, int, int, int, int)

Paints the split bar.

PaintSplitBarCrossover(Graphics, int, int, int, int)

Paints the crossing between the split bars.

PaintSplitBox(Graphics, int, int, int, int)

Paints the split box.

PaintTabStripBackground(Graphics, int, int, int, int, TabStripPlacement)

Paints the tab strip background.