Version

EnableActivation Property

Gets sets ability to get focus and respond on keys in order to change active tab and select it.
Syntax
'Declaration
 
Public Property EnableActivation As Boolean
public bool EnableActivation {get; set;}
Remarks

If that property is enabled, then

  • WebTab will get focus on tabbing according to tab order of elements on page and selected tab will be activated
  • Tab item will be activated on mousedown
  • Active tab item will be changed on arrows, Home and End keys
  • Active tab item will be selected on Space or Enter keys

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