EnabledStateΒΆ

Enumeration EnabledState

Describes, if a node is (partially) enabled.

Enumeration Members

Enumeration Members

Disabled: 0

The node or one of its properties are disabled.

Enabled: 1

The node or one of its properties are enabled.

Partial: 2

The node or one of its properties are partially enabled, which means some of its children are enabled and some are disabled.