ShellSystemListItemCut Property |
Defines if the item's image should be shown ghosted or not.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic override bool Cut { get; set; }
Public Overrides Property Cut As Boolean
Get
Set
public:
virtual property bool Cut {
bool get () override;
void set (bool value) override;
}
abstract Cut : bool with get, set
override Cut : bool with get, set
Property Value
BooleanImplements
IJamShellItemVisualsCut
See Also