JamBaseShellListViewColumns Property |
Gets the collection of all column headers that appear in the control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public IJamShellColumnCollection Columns { get; }
Public ReadOnly Property Columns As IJamShellColumnCollection
Get
public:
property IJamShellColumnCollection^ Columns {
IJamShellColumnCollection^ get ();
}
member Columns : IJamShellColumnCollection with get
Return Value
Type:
IJamShellColumnCollectionA
IJamShellColumnCollection that represents the column headers that appear when the
View property is set to
Details.
See Also