'Declaration Public Enum TargetUrlTriggerMode Inherits System.Enum
public enum TargetUrlTriggerMode : System.Enum
Member | Description |
---|---|
OnToggleSelectEither | Navigation is triggered both on every button click, whether the toggle button is selected or not selected. |
OnToggleSelectOff | Navigation is triggered when the toggle button becomes unselected (default). |
OnToggleSelectOn | Navigation is triggered when the toggle button becomes selected. |
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.
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