VisualElement.SetEnabled

public void SetEnabled(bool value);

Parameters

value New 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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答