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