Defines whether the button is enabled.
Class: ButtonPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public bool Enabled { get; set; }
Public Property Enabled As Boolean
True if enabled, otherwise False.
The default value is True.
Defines whether the button is enabled.
A disabled button cannot be clicked and appears grayed.
See Also ButtonPartClass Class | Classes | SftTree/NET 2.0