ExplorerBrowserAllColumns Property |
Gets a list of all columns that are supported in the current view. These depend on what the control currently displays.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellViewColumns AllColumns { get; }
Public ReadOnly Property AllColumns As ShellViewColumns
Get
public:
property ShellViewColumns^ AllColumns {
ShellViewColumns^ get ();
}
member AllColumns : ShellViewColumns with get
Property Value
Type:
ShellViewColumns
A
ShellViewColumns collection containing all columns supported by the current view.
See Also