Gets a value indicating whether the item is checked and not a custom item.

Namespace: CuteEditor
Assembly: 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 ();
}

Field Value

true if [should save]; otherwise, false.

See Also