ShellAddressBarAbsoluteItemIdList Property |
Gets or sets the displayed path.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ItemIdList AbsoluteItemIdList { get; set; }Public Property AbsoluteItemIdList As ItemIdList
Get
Set
public:
property ItemIdList^ AbsoluteItemIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}member AbsoluteItemIdList : ItemIdList with get, set
Property Value
ItemIdList
See Also