event ScrollButtonClick (ScrollPart as ScrollPartEnum)
Occurs when the user clicks a button in the scrollbar.
Type
Description
ScrollPart as
ScrollPartEnum
A ScrollPartEnum expression that indicates the part of the scroll being clicked.
The control displays a vertical scroll bar only when required. Use the ScrollButtonClick event to notify your application that the user clicks a button in the control's scrollbar. The ScrollButtonClick event is fired when the user clicks and releases the mouse over an enabled part of the scroll bar. Use the
ScrollPartVisible
property to add or remove buttons/parts in the control's scrollbar. Use the
ScrollPartEnable
property to specify enable or disable parts in the control's scrollbar. Use the
ScrolPartCaption
property to specify the caption of the scroll's part. Use the
Background
property to change the visual appearance for any part in the control's scroll bar.
Send comments on this topic.
© 1999-2008
Exontrol Inc, Software
. All rights reserved.