[]
Sets the checkbox of tree node to the unchecked state.
public void Uncheck(bool allChildrens = false)
Public Sub Uncheck(Optional allChildrens As Boolean = False)
| Type | Name | Description |
|---|---|---|
| bool | allChildrens | If true then sets all checkbox of child nodes to the unchecked state. |