JamShellColumnHeaderShellColumnId Property |
Gets or sets the ShellColumnId and loads the ColumnHeader for the ShellColumnId if the ColumnHeader is alreay part of a JamShellColumnCollection.
Contents of the column are not loaded or refreshed however.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public SHCOLUMNID ShellColumnId { get; set; }
Public Property ShellColumnId As SHCOLUMNID
Get
Set
public:
property SHCOLUMNID ShellColumnId {
SHCOLUMNID get ();
void set (SHCOLUMNID value);
}
member ShellColumnId : SHCOLUMNID with get, set
Property Value
Type:
SHCOLUMNID
A
SHCOLUMNID that serves as identifier of the column.
See Also