|
VLButtonBar Reference
|
||||||||
|
This event is triggered whenever button highlighting status changes due to either mouse entering/leaving a button area, or due to keyboard operations.
Syntax Private Sub object_ButtonHighlightChanged( aButton As CButton, ByVal bHighlighted As Boolean)
The ButtonHighlightChanged event syntax has these parts:
Remark When mouse leaves one button area and enters another, the event is fired twice. Once to indicate that the mouse is leaving a button area and then, to indicate that mouse is entering a new button area. This event is typically used to displaying a brief help message on status bar when the button is highlighted. Button help messages can be stored in the Prompt property of each button. Following piece of code demonstrate the use of ButtonHighlightChanged, and Prompt property :
|
||||||||
|
©2001-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |