Gets whether in runtime the IsEnabledTag resolves to a string other than null, empty or blank.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsEnabled { get; private set; }
Visual Basic
Public Property IsEnabled As Boolean
	Get
	Private Set
JScript
function get IsEnabled () : boolean
private function set IsEnabled (value : boolean)

See Also