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

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

Field Value

true if [should save]; otherwise, false.

See Also