SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Returns a value indicating whether the right scroll button is enabled.
| Get | |||
| VB | Boolean = object.RightButton As Boolean |
object
Boolean
Returns a value indicating whether the right scroll button is enabled.
| Boolean | Description |
|---|---|
| True | The right (or down) scroll button is enabled. Scrolling in that direction is possible. |
| False | The right (or down) scroll button is not enabled. Scrolling in that direction is not possible. |
The RightButton property returns a value indicating whether the right scroll button is enabled.
The RightButton property returns the current status of the right/down scroll button. It can be used to implement an application defined scrolling method.
The RightButton property is only meaningful if a scrollable tab control is used (see Scrolling.Style).
The Scrolling.LeftButton property provides the equivalent information for the left/up scroll button.
The Scrolling.Style property defines whether scroll buttons are available.
See Also SftTabsScrolling Object | Object Hierarchy
