event ScrollButtonClick (Group as Group, ScrollBar as ScrollBarEnum, ScrollPart as ScrollPartEnum)
Occurs when the user clicks a button in the scrollbar.

 TypeDescription 
   Group as Group A Group object that indicates the group where the user clicked the scroll. If nothing, the user clicked the control's scroll bar, else it clicked the group's scroll bar   
   ScrollBar as ScrollBarEnum A ScrollBarEnum expression that specifies the scrollbar being clicked.  
   ScrollPart as ScrollPartEnum A ScrollPartEnum expression that indicates the part of the scroll being clicked.  
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.