[]
Paints the gradient header cell.
public void DrawHeader(Graphics g, Rectangle r, Rectangle rectTextIn, Color topColor, Color bottomColor, Color activeTopColor, Color activeBottomColor, LinearGradientMode mode, Color foreColor, Font font, HorizontalAlignment halign, VerticalAlignment valign, bool pressed, string text, string textDown, ButtonTextAlign nAlign, TextOrientation textOrientation, bool wordWrap, int shadowSize, Color darkColor, Color lightColor, Image pictUp, Image pictDown, bool bLocked, HotkeyPrefix prefix, Appearance appearance)
Public Sub DrawHeader(g As Graphics, r As Rectangle, rectTextIn As Rectangle, topColor As Color, bottomColor As Color, activeTopColor As Color, activeBottomColor As Color, mode As LinearGradientMode, foreColor As Color, font As Font, halign As HorizontalAlignment, valign As VerticalAlignment, pressed 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, appearance As Appearance)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the header cell |
Rectangle | r | Location and size of a rectangular region |
Rectangle | rectTextIn | Rectangular region for the text |
Color | topColor | Color at the top of the gradient |
Color | bottomColor | Color at the bottom of the gradient |
Color | activeTopColor | Color at the top of the gradient when active |
Color | activeBottomColor | Color at the bottom of the gradient when active |
LinearGradientMode | mode | Mode of the linear gradient |
Color | foreColor | Color of the text |
Font | font | Font of the text |
HorizontalAlignment | halign | Horizontal alignment of the text |
VerticalAlignment | valign | Vertical alignment of the text |
bool | pressed | State of the header being pressed |
string | text | Text to display in the header |
string | textDown | Text to display in the header when pressed |
ButtonTextAlign | nAlign | Alignment of the text |
TextOrientation | textOrientation | Orientation of the text with respect to the button picture in the header |
bool | wordWrap | Whether to wrap text to multiple lines |
int | shadowSize | Size in pixels of the shadow |
Color | darkColor | Dark color |
Color | lightColor | Light color |
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 button is locked |
HotkeyPrefix | prefix | Letter to underline as a hotkey prefix |
Appearance | appearance | Appearance settings of the header cell |
Paints the gradient header cell.
public void DrawHeader(Graphics g, Rectangle r, Rectangle rectTextIn, Color topColor, Color bottomColor, Color activeTopColor, Color activeBottomColor, LinearGradientMode mode, Color foreColor, Font font, HorizontalAlignment halign, VerticalAlignment valign, bool pressed, string text, string textDown, ButtonTextAlign nAlign, TextOrientation textOrientation, bool wordWrap, int shadowSize, Color darkColor, Color lightColor, Image pictUp, Image pictDown, bool bLocked, HotkeyPrefix prefix, Appearance appearance, float zoomFactor)
Public Sub DrawHeader(g As Graphics, r As Rectangle, rectTextIn As Rectangle, topColor As Color, bottomColor As Color, activeTopColor As Color, activeBottomColor As Color, mode As LinearGradientMode, foreColor As Color, font As Font, halign As HorizontalAlignment, valign As VerticalAlignment, pressed 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, appearance As Appearance, zoomFactor As Single)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the header cell |
Rectangle | r | Location and size of a rectangular region |
Rectangle | rectTextIn | Rectangular region for the text |
Color | topColor | Color at the top of the gradient |
Color | bottomColor | Color at the bottom of the gradient |
Color | activeTopColor | Color at the top of the gradient when active |
Color | activeBottomColor | Color at the bottom of the gradient when active |
LinearGradientMode | mode | Mode of the linear gradient |
Color | foreColor | Color of the text |
Font | font | Font of the text |
HorizontalAlignment | halign | Horizontal alignment of the text |
VerticalAlignment | valign | Vertical alignment of the text |
bool | pressed | State of the header being pressed |
string | text | Text to display in the header |
string | textDown | Text to display in the header when pressed |
ButtonTextAlign | nAlign | Alignment of the text |
TextOrientation | textOrientation | Orientation of the text with respect to the button picture in the header |
bool | wordWrap | Whether to wrap text to multiple lines |
int | shadowSize | Size in pixels of the shadow |
Color | darkColor | Dark color |
Color | lightColor | Light color |
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 button is locked |
HotkeyPrefix | prefix | Letter to underline as a hotkey prefix |
Appearance | appearance | Appearance settings of the header cell |
float | zoomFactor | Numeric value for scaling the display of the header cells |