Skip to content

Page_Size - TrackBar

Determines the amount the Current_Position changes whenever users move the slider by use of the PageUp or PageDown keys

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Page_Size
Access Type Syntax
Read Access: Get Page_Size to IntegerVariable
Write Access: Set Page_Size to IntegerVariable/Value

Description

The Page_Size property determines the amount the Current_Position changes whenever users move the slider by use of the PageUp or PageDown keys. The value is in the range of 0-65,535.

The default value means that users can 'page' five times from the minimum value to the maximum value.

Default is (maximum_value -minimum_value) /5.