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