Gets or sets a value indicating whether this AttachmentItem is checked.
Namespace:
CuteEditorAssembly: 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); } |