Draws a sort icon for the specified sort level, when the
Header has many sorted
Columns.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
void DrawSortIcon(
SortDirection direction,
int sortLevel,
Rectangle bounds,
Graphics graphics
) |
Visual Basic |
---|
Sub DrawSortIcon (
direction As SortDirection,
sortLevel As Integer,
bounds As Rectangle,
graphics As Graphics
) |
Visual C++ |
---|
void DrawSortIcon(
SortDirection direction,
int sortLevel,
Rectangle bounds,
Graphics^ graphics
) |
F# |
---|
abstract 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.
See Also