Property IsThisEnabled
IsThisEnabled
Gets or sets a value indicating whether the control is intrinsically enabled.
[Browsable(false)]
public virtual bool IsThisEnabled { get; set; }
Property Value
Remarks
This property is mostly used for the library itself, user code should normally use Enabled instead.