myTabScrollRightButton
Type: JadeSkinSimpleButton
Availability: Read or write at any time
The myTabScrollRightButton property of the JadeSkinFolder class contains a reference to the skin used to draw the right scroll button when not all sheet tabs can be displayed. If this property has a null value, no skin is applied to tab buttons.
When not all sheet tabs can be displayed in a folder, tab scroll buttons are displayed as follows.
-
The left arrow button is displayed on the left of the tabs line.
-
The sheet tab that is farthest left is positioned to the right of the arrow.
-
The right arrow is displayed at the end of the tab line, possibly obscuring part of the last sheet tab that is displayed.
-
The arrows are drawn bordered with a black box and the background color is the value of the backColor property of the folder. Each box is the height of the tab line. The tabScrollButtonBackColor property enables you to specify an alternative background color of the right scroll button area when not all sheet tabs can be displayed.
-
If a folder skin does not specify a button image, the appropriate default arrow is displayed.
-
When the button image is set, the width of the normal state image defines the width of the button area.
If a button image is not defined, the value of the tabScrollButtonBackColor property is ignored.
-
The button image is vertically centered in the tab line.
2020.0.01 and higher