Gets a value indicating whether the item is checked and not a custom item.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public bool ShouldSave { get; } |
Visual Basic |
---|
Public ReadOnly Property ShouldSave As Boolean Get |
Visual C++ |
---|
public: property bool ShouldSave { bool get (); } |