Version

ByPassTrailingActions Property

Indicates whether to bypass trailing actions once this action matches the current state. Default value is false.
Syntax
'Declaration
 
Public Property ByPassTrailingActions As Boolean
public bool ByPassTrailingActions {get; set;}
Remarks

If this property is set to true, the key action mappings logic will skip the actions after this action in the associated key action mappings collection if this action matches the state.

By default all the actions matching the ControlUIElementBase.CurrentState of the control will be performed. If this property is set to true, only actions upto this action and including this action will be performed and the matching actions after this will be skipped.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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