Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/29/2010
Specifies the sort order for files appearing in the form.
Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)
Syntax
public enum SortOrder
'Declaration
Public Enumeration SortOrder
Members
| 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. |