SetMinMax

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetMinMax(intMin:Int, intMax:Int)
Sets the minimum and maximum values of the gadget in one call.

Returns

Nothing

Parameters

  • intMin:Int - Minimum value (Integer) of the gadget.
  • intMax:Int - Maximum value (Integer) of the gadget.

Gadget Information

Pertains to Progressbar, Slider, and Scrollbar.

Example

Personal tools