Namespace:  PerpetuumSoft.Olap.Windows.Forms
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public override void DrawFieldCaption(
	Graphics graphics,
	Rectangle bounds,
	CellStyle cellStyle,
	CellBorder border,
	ControlState state,
	SortOrder sortOrder,
	bool enabledSort,
	string text,
	Size clientSize
)
Visual Basic (Declaration)
Public Overrides 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
) override

See Also