DetailsPaneItemIdList Property |
Gets or sets the absolute ItemIdList to be displayed.
Setting this property updates the view.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ItemIdList ItemIdList { get; set; }
Public Property ItemIdList As ItemIdList
Get
Set
public:
property ItemIdList^ ItemIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
member ItemIdList : ItemIdList with get, set
Property Value
ItemIdList
See Also