ShellComboItemIsPersistent Property |
Persistent items have this flags set. Those Items are visible all the time
and need not to be removed if e.g. a folder change event occurs
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsPersistent { get; }Public ReadOnly Property IsPersistent As Boolean
Get
public:
property bool IsPersistent {
bool get ();
}member IsPersistent : bool with get
Property Value
Boolean
See Also