CimScrollButtonPair.Partial (property)

Gets and sets the partial page scroll button.
Syntax: Set CimButton = object.Partial
object.Partial = CimButton
Description: CimScrollButtonPair.Partial contains the partial page scroll button. This button draws as a single arrow or triangle that points to the direction it scrolls. You can use this button to scroll an axis forward or backward by a partial page. The partial page is determined by the axis scroll percent.

When you scroll and axis forward by one partial page, the low limit value is set to the original low limit value plus the difference between the original high limit and the original low limit multiplied by the axis scroll percent. The high limit is set to the original high limit value plus the difference between the original high limit value and the original low limit value multiplied by the axis scroll percent.

When you scroll and axis backward by one partial page, the low limit value is set to the original low limit value minus the difference between the original high limit and the original low limit multiplied by the axis scroll percent. The high limit is set to the original high limit value minus the difference between the original high limit value and the original low limit value multiplied by the axis scroll percent.

Example

An axis with a low limit of 100 and a high limit of 200 and a scroll percent of 25% is scrolled backward by one partial page. The low limit after scrolling is 75 and the high limit is 175.