ShellListViewFolderIdList Property |
Sets the folder of the ShellListView.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ItemIdList FolderIdList { get; set; }Public Property FolderIdList As ItemIdList
Get
Set
public:
property ItemIdList^ FolderIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}member FolderIdList : ItemIdList with get, set
Property Value
ItemIdList
Remarks
Setting a folder this way will not propagate the folder change to connected controls.
See Also