Draws a field caption.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void DrawFieldCaption( Graphics graphics, Rectangle bounds, CellStyle cellStyle, CellBorder border, ControlState state, SortOrder sortOrder, bool enabledSort, string text, Size clientSize ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub DrawFieldCaption ( _ graphics As Graphics, _ bounds As Rectangle, _ cellStyle As CellStyle, _ border As CellBorder, _ state As ControlState, _ sortOrder As SortOrder, _ enabledSort As Boolean, _ text As String, _ clientSize As Size _ ) |
Visual C++ |
---|
public: virtual void DrawFieldCaption( Graphics^ graphics, Rectangle bounds, CellStyle^ cellStyle, CellBorder^ border, ControlState state, SortOrder sortOrder, bool enabledSort, String^ text, Size clientSize ) abstract |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- cellStyle
- Type: PerpetuumSoft.Olap..::.CellStyle
- border
- Type: PerpetuumSoft.Olap..::.CellBorder
- state
- Type: PerpetuumSoft.Olap..::.ControlState
- sortOrder
- Type: PerpetuumSoft.Olap..::.SortOrder
- enabledSort
- Type: System..::.Boolean
- text
- Type: System..::.String
- clientSize
- Type: System.Drawing..::.Size