Version

EnsureFocus Property

Gets sets ability to ensure input focus on spin events.
Syntax
'Declaration
 
Public Property EnsureFocus As Boolean
public bool EnsureFocus {get; set;}
Remarks

Notes:

If that property is false and a spin-button is pressed, then value is incremented/decremented, though, focus remains at the control which had input focus before a spin-button was pressed.

If the NullText property of WebTextEditor is set, then editor gets focus on spin event regardless of that property.

Default value is set to false.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also