public void SetEnabled (bool value);

Parameters

valueNew enabled state

Description

Changes the VisualElement enabled state. A disabled VisualElement does not receive most events.

The method disables the local flag of the VisualElement and implicitly disables its children. It does not affect the local enabled flag of each child.