JamBaseShellListViewInternalColumns Property |
Gets the columns as JamShellColumnCollection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected JamShellColumnCollection InternalColumns { get; }
Protected ReadOnly Property InternalColumns As JamShellColumnCollection
Get
protected:
property JamShellColumnCollection^ InternalColumns {
JamShellColumnCollection^ get ();
}
member InternalColumns : JamShellColumnCollection with get
Property Value
Type:
JamShellColumnCollection
The column collection.
See Also