Draws a sort icon for the specified sort level, when the Header has many sorted Columns.

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

Syntax

C#
public void DrawSortIcon(
	SortDirection direction,
	int sortLevel,
	Rectangle bounds,
	Graphics graphics
)
Visual Basic
Public Sub DrawSortIcon ( 
	direction As SortDirection,
	sortLevel As Integer,
	bounds As Rectangle,
	graphics As Graphics
)
Visual C++
public:
virtual void DrawSortIcon(
	SortDirection direction, 
	int sortLevel, 
	Rectangle bounds, 
	Graphics^ graphics
) sealed
F#
abstract DrawSortIcon : 
        direction : SortDirection * 
        sortLevel : int * 
        bounds : Rectangle * 
        graphics : Graphics -> unit 
override DrawSortIcon : 
        direction : SortDirection * 
        sortLevel : int * 
        bounds : Rectangle * 
        graphics : Graphics -> unit 

Parameters

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

Implements

IRender..::..DrawSortIcon(SortDirection, Int32, Rectangle, Graphics)

See Also