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