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

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

Syntax

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

Field Value

true if checked; otherwise, false.

See Also