Interface for checkable item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntaxpublic interface ICheckableItem
Public Interface ICheckableItem
public interface class ICheckableItem
type ICheckableItem = interface end
The ICheckableItem type exposes the following members.
Properties
| Name | Description |
---|
 | Checked | Gets or sets a value indicating whether the item is checked. |
Top
See Also