Table of Contents

Property IsThisEnabled

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsThisEnabled

Gets or sets a value indicating whether the control is intrinsically enabled.

[Browsable(false)]
public virtual bool IsThisEnabled { get; set; }

Property Value

bool

Remarks

This property is mostly used for the library itself, user code should normally use Enabled instead.