When true, this property indicates that an onscreen
keyboard/keypad should be used to enter a new value.
When false, an in-place edit control will be used to
change the value. This property is unused when the
dynamic is not controllable (i.e. a dataentry field).
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool Keypad { get; set; } |
| Visual Basic |
|---|
Public Property Keypad As Boolean
Get
Set |
| JScript |
|---|
function get Keypad () : boolean
function set Keypad (value : boolean) |
See Also