Controls if a check box should be shown next to the action command, and if this checkbox is checked.
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public ActionCheckedStatus ActionCheckedStatus { get; set; } |
Visual Basic |
---|
Public Property ActionCheckedStatus As ActionCheckedStatus Get Set |
Visual C++ |
---|
public: property ActionCheckedStatus ActionCheckedStatus { ActionCheckedStatus get (); void set (ActionCheckedStatus value); } |