Gets or sets a value indicating whether this AttachmentItem is checked.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool Checked { get; set; }
Visual Basic
Public Property Checked As Boolean
	Get
	Set
Visual C++
public:
property bool Checked {
	bool get ();
	void set (bool value);
}

Field Value

true if checked; otherwise, false.

See Also