AddItemEventArgsBaseTCanAdd Property |
With the CanAdd variable it can be decided individually, which items should be shown in the shell view.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool CanAdd { get; set; }Public Property CanAdd As Boolean
Get
Set
public:
property bool CanAdd {
bool get ();
void set (bool value);
}member CanAdd : bool with get, set
Property Value
Boolean
See Also