ShellBrowserDefaultSortColumn Property |
Get the default sort column of the currently selected ShellFolder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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