Indicates whether this object can receive keyboard input.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool Focusable { get; set; } |
Visual Basic |
---|
Public Property Focusable As Boolean Get Set |
JScript |
---|
function get Focusable () : boolean function set Focusable (value : boolean) |