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