|
Element
|
Description
|
|---|---|
|
bMode
|
true—indicates that a border is visible.
false—indicates that it is not.
|
|
Element
|
Description
|
|---|---|
|
bMode
|
true—Indicates that the minimum and maximum values are reversed.
false—Indicates that the minimum and maximum values are not reversed.
|
|
Element
|
Description
|
|---|---|
|
bMode
|
0 = horizontal slider, 1 = vertical slider.
|
|
Element
|
Description
|
|---|---|
|
intStyle
|
0 gives a rectangular pointer across the center of the slider. 1 gives a pointer toward the top in a horizontal slider, or left for a vertical slider. 2 gives a pointer toward the bottom or right, respectively.
|
|
Element
|
Description
|
|---|---|
|
bMode
|
true—Indicates that a tick appears at the interval specified by the TickFrequency property.
false—Indicates that no ticks are displayed.
|
|
longFreq
|
An integer value that determines the spacing of the ticks.
|
|
Element
|
Description
|
|---|---|
|
bMode
|
true – Indicates that the minimum and maximum values are displayed.
false – Indicates that the minimum and maximum values of the slider are not displayed.
|
|
|
For Python, use True and False, with a capital letter.
|