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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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