[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ColumnHeaderRenderer.PaintHeader

PaintHeader Method

PaintHeader(Graphics, Rectangle, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, bool, bool, string, string, ButtonTextAlign, TextOrientation, bool, int, Color, Color, Image, Image, bool, HotkeyPrefix, VisualStyles, bool, bool, Appearance, double)

Paints the column header cell.

Declaration
public virtual void PaintHeader(Graphics g, Rectangle r, Rectangle rectTextIn, Color backColor, Color foreColor, Font font, HorizontalAlignment halign, VerticalAlignment valign, bool pressed, bool focus, string text, string textDown, ButtonTextAlign nAlign, TextOrientation textOrientation, bool wordWrap, int shadowSize, Color darkColor, Color lightColor, Image pictUp, Image pictDown, bool bLocked, HotkeyPrefix prefix, VisualStyles style, bool mouseOver, bool rightToLeft, Appearance appearance, double textRotationAngle)
Public Overridable Sub PaintHeader(g As Graphics, r As Rectangle, rectTextIn As Rectangle, backColor As Color, foreColor As Color, font As Font, halign As HorizontalAlignment, valign As VerticalAlignment, pressed As Boolean, focus As Boolean, text As String, textDown As String, nAlign As ButtonTextAlign, textOrientation As TextOrientation, wordWrap As Boolean, shadowSize As Integer, darkColor As Color, lightColor As Color, pictUp As Image, pictDown As Image, bLocked As Boolean, prefix As HotkeyPrefix, style As VisualStyles, mouseOver As Boolean, rightToLeft As Boolean, appearance As Appearance, textRotationAngle As Double)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the header cell

Rectangle r

Location and size of a rectangular region around the header cell

Rectangle rectTextIn

Rectangular region for the text

Color backColor

Background color for the header cell

Color foreColor

Text color for the header cell

Font font

Font for the header cell

HorizontalAlignment halign

Horizontal alignment of text in the header cell

VerticalAlignment valign

Vertical alignment of text in the header cell

bool pressed

Whether the header cell appears as a pressed button

bool focus

Whether the header cell has the focus (is active)

string text

Text string to appear in the header cell

string textDown

Text string to appear in the header cell if it is pressed (as a button)

ButtonTextAlign nAlign

Alignment of the button in the column header cell

TextOrientation textOrientation

Orientation of the text with respect to the button picture in the header

bool wordWrap

Whether the text wraps to multiple lines if needed

int shadowSize

Shadow thickness in pixels

Color darkColor

Color for the dark line part of the shadow

Color lightColor

Color for the light line part of the shadow

Image pictUp

Picture to display when the button is not pressed

Image pictDown

Picture to display when the button is pressed

bool bLocked

Whether the header cell is locked

HotkeyPrefix prefix

Letter to underline as a hotkey prefix

VisualStyles style

Visual style (XP theme)

bool mouseOver

Whether the mouse is over the header

bool rightToLeft

Whether to draw the header cell with a right-to-left orientation

Appearance appearance

Appearance settings

double textRotationAngle

Text rotation angle

PaintHeader(Graphics, Rectangle, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, bool, bool, string, string, ButtonTextAlign, TextOrientation, bool, int, Color, Color, Image, Image, bool, HotkeyPrefix, VisualStyles, bool, bool, Appearance, double, float)

Paints the column header cell.

Declaration
public virtual void PaintHeader(Graphics g, Rectangle r, Rectangle rectTextIn, Color backColor, Color foreColor, Font font, HorizontalAlignment halign, VerticalAlignment valign, bool pressed, bool focus, string text, string textDown, ButtonTextAlign nAlign, TextOrientation textOrientation, bool wordWrap, int shadowSize, Color darkColor, Color lightColor, Image pictUp, Image pictDown, bool bLocked, HotkeyPrefix prefix, VisualStyles style, bool mouseOver, bool rightToLeft, Appearance appearance, double textRotationAngle, float zoomFactor)
Public Overridable Sub PaintHeader(g As Graphics, r As Rectangle, rectTextIn As Rectangle, backColor As Color, foreColor As Color, font As Font, halign As HorizontalAlignment, valign As VerticalAlignment, pressed As Boolean, focus As Boolean, text As String, textDown As String, nAlign As ButtonTextAlign, textOrientation As TextOrientation, wordWrap As Boolean, shadowSize As Integer, darkColor As Color, lightColor As Color, pictUp As Image, pictDown As Image, bLocked As Boolean, prefix As HotkeyPrefix, style As VisualStyles, mouseOver As Boolean, rightToLeft As Boolean, appearance As Appearance, textRotationAngle As Double, zoomFactor As Single)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the header cell

Rectangle r

Location and size of a rectangular region around the header cell

Rectangle rectTextIn

Rectangular region for the text

Color backColor

Background color for the header cell

Color foreColor

Text color for the header cell

Font font

Font for the header cell

HorizontalAlignment halign

Horizontal alignment of text in the header cell

VerticalAlignment valign

Vertical alignment of text in the header cell

bool pressed

Whether the header cell appears as a pressed button

bool focus

Whether the header cell has the focus (is active)

string text

Text string to appear in the header cell

string textDown

Text string to appear in the header cell if it is pressed (as a button)

ButtonTextAlign nAlign

Alignment of the button in the column header cell

TextOrientation textOrientation

Orientation of the text with respect to the button picture in the header

bool wordWrap

Whether the text wraps to multiple lines if needed

int shadowSize

Shadow thickness in pixels

Color darkColor

Color for the dark line part of the shadow

Color lightColor

Color for the light line part of the shadow

Image pictUp

Picture to display when the button is not pressed

Image pictDown

Picture to display when the button is pressed

bool bLocked

Whether the header cell is locked

HotkeyPrefix prefix

Letter to underline as a hotkey prefix

VisualStyles style

Visual style (XP theme)

bool mouseOver

Whether the mouse is over the header

bool rightToLeft

Whether to draw the header cell with a right-to-left orientation

Appearance appearance

Appearance settings

double textRotationAngle

Text rotation angle

float zoomFactor

Numeric value for scaling the display of the header cells