This documentation is for the old version. Go to the latest Graphics Mill docs

ListColumnCollection.SetSortOrderIcon Method

Adds sort icon for the specified column.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub SetSortOrderIcon ( _
	columnIndex As Integer, _
	ascendingIcon As Boolean _
)
C#
public void SetSortOrderIcon(
	int columnIndex,
	bool ascendingIcon
)

Parameters

columnIndex

Type: System.Int32

An index of column to set icon for.
ascendingIcon

Type: System.Boolean

A Boolean value which specifies whether the icon should be displayed for ascending or descending sort.

See Also

Reference