Version

TargetUrlTriggerMode Enumeration

List of transitions toggle buttons undergo, used by Web applications to customize when TargetUrl navigation happens.
Syntax
'Declaration
 
Public Enum TargetUrlTriggerMode 
   Inherits System.Enum
public enum TargetUrlTriggerMode : System.Enum 
Members
MemberDescription
OnToggleSelectEitherNavigation is triggered both on every button click, whether the toggle button is selected or not selected.
OnToggleSelectOffNavigation is triggered when the toggle button becomes unselected (default).
OnToggleSelectOnNavigation is triggered when the toggle button becomes selected.
Remarks

Toggle buttons are TBarButton instances with their ToggleButton property set to True. The behavior of navigating to the TargetURL property can occur on selection, deselection, or both state changes of the toggle button. For backwards compatibility with existing WebToolbar applications, the default behavior is OnToggleSelectOff.

Momentary buttons ignore the behaviors of this enumeration, any mouse click on these buttons triggers navigation to the TargetURL property, if any.

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