Draws a sort icon, when the Header has a single sorted Column.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
void DrawSortIcon(
	SortDirection direction,
	Rectangle bounds,
	Graphics graphics
)
Visual Basic
Sub DrawSortIcon ( 
	direction As SortDirection,
	bounds As Rectangle,
	graphics As Graphics
)
Visual C++
void DrawSortIcon(
	SortDirection direction, 
	Rectangle bounds, 
	Graphics^ graphics
)
F#
abstract DrawSortIcon : 
        direction : SortDirection * 
        bounds : Rectangle * 
        graphics : Graphics -> unit 

Parameters

direction
Type: Dapfor.Net.Ui..::..SortDirection
The sort direction.
bounds
Type: System.Drawing..::..Rectangle
Specifies the location and size of the drawn icon.
graphics
Type: System.Drawing..::..Graphics
The graphics.

See Also