Interface IToggleProvider

All Superinterfaces:
IInitable

public interface IToggleProvider extends IInitable
Provides access to controls that can cycle through a set of states and maintain a state after it is set.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    context object for IToggleProvider.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the toggle state of the control.
    void
    Cycles through the toggle states of a control.

    Methods inherited from interface at.bestsolution.uia.IInitable

    initialize
  • Method Details

    • Toggle

      void Toggle()
      Cycles through the toggle states of a control.

      A control must cycle through its ToggleState in this order: ToggleState_On, ToggleState_Off and, if supported, ToggleState_Indeterminate.

    • get_ToggleState

      ToggleState get_ToggleState()
      Specifies the toggle state of the control.

      A control must cycle through its ToggleState in this order: ToggleState_On, ToggleState_Off and, if supported, ToggleState_Indeterminate.

      Returns:
      the toggle state