bitflag corresponding to the checkboxes in the checklist archive
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEChecklistMode Mode { get; set; }
Property Mode As EChecklistMode
Get
Set
Dim instance As IChecklist
Dim value As EChecklistMode
value = instance.Mode
instance.Mode = value
property EChecklistMode Mode {
EChecklistMode get ();
void set (EChecklistMode value);
}
Property Value
Type:
EChecklistMode
See Also