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.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsPersistent { get; }
Public ReadOnly Property IsPersistent As Boolean
Get
public:
property bool IsPersistent {
bool get ();
}
member IsPersistent : bool with get
Property Value
Type:
BooleanSee Also