new DuSlider()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11135
Properties:
Name | Type | Description |
---|---|---|
value |
int | Read-Only | The current value |
onChanging |
DuSlider~onChanging | Function to execute when changing |
onChange |
DuSlider~onChange | Function to execute when changed |
Methods
-
staticDuSlider.setValue(value)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11160 -
Changes the value
Name Type Description value
int The new value
Type Definitions
-
onChange()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11154 -
Function to execute when changed
-
onChanging()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11148 -
Function to execute when changing