ShellBrowserDefaultSortColumn Property |
Get the default sort column of the currently selected ShellFolder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int DefaultSortColumn { get; }
Public ReadOnly Property DefaultSortColumn As Integer
Get
public:
property int DefaultSortColumn {
int get ();
}
member DefaultSortColumn : int with get
Return Value
Type:
Int32The default sort column of the currently selected ShellFolder.
See Also