3/25/2008
Specifies the sort order for files appearing in the form.
Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)
Public Enumeration SortOrder
| Member name | Description |
|---|
| DateAscending | Picture files are sorted by date, in ascending order. |
| DateDescending | Picture files are sorted by date, in descending order. |
| NameAscending | Picture files are sorted by name, in ascending order. |
| NameDescending | Picture files are sorted by name, in descending order. |
| SizeAscending | Picture files are sorted by size, in ascending order. |
| SizeDescending | Picture files are sorted by size, in descending order. |