Click or drag to resize

ComponentEnabled Property

Whether the component is enabled. Any functionality of component is not works when it disabled.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool Enabled { get; set; }

Property Value

Type: Boolean
See Also