Interface UserControlBank


public interface UserControlBank
Instances of this interface represent a bank of custom controls that can be manually learned to device parameters by the user.
Since:
API version 1
  • Method Summary

    Modifier and Type
    Method
    Description
    getControl(int index)
    Gets the user control at the given bank index.
  • Method Details

    • getControl

      Parameter getControl(int index)
      Gets the user control at the given bank index.
      Parameters:
      index - the index of the control within the bank
      Returns:
      the requested user control object
      Since:
      API version 1