SetChecklistItem |
Scroll |
Sets the checked status for the specified checklist item.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetChecklistItem ( _ nIndex As Integer, _ bChecked As Boolean _ ) C# public virtual void SetChecklistItem ( int nIndex, bool bChecked )
ParametersnIndex Zero-based index of the checklist item.
bChecked New checked value for the specified item.
Return ValueNone. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |