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