BaseShellItemCut Property |
Defines if the item's image should be shown ghosted or not.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual bool Cut { get; set; }
Public Overridable Property Cut As Boolean
Get
Set
public:
virtual property bool Cut {
bool get ();
void set (bool value);
}
abstract Cut : bool with get, set
override Cut : bool with get, set
Property Value
Type:
BooleanImplements
IJamShellItemVisualsCutSee Also