Skip to main content

PreferenceDrawBackNextButton

Callable

  • PreferenceDrawBackNextButton(Left: number, Top: number, Width: number, Height: number, List: readonly string[], Index: number): void

  • Draws a back/next button for use on preference pages


    Parameters

    • Left: number

      The left offset of the button

    • Top: number

      The top offset of the button

    • Width: number

      The width of the button

    • Height: number

      The height of the button

    • List: readonly string[]

      The preference list that the button should be associated with

    • Index: number

      The current preference index for the given preference list

    Returns void

    • Nothing