public void SetEnabled (bool value);

Parámetros

valueNew enabled state

Descripción

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.