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