Indicates whether this element is enabled in the user interface.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool IsEnabled { get; set; } |
Visual Basic |
---|
Public Property IsEnabled As Boolean Get Set |
JScript |
---|
function get IsEnabled () : boolean function set IsEnabled (value : boolean) |