Interface MultiSourceEvent::getSlider
Description
In BBj 7.0 and higher, this method calls SysGuiEvent::getControl() and casts the return value to a BBjSlider.
Syntax
Return Value |
Method |
getSlider() |
Parameters
None.
Return Value
Returns the BBjSlider that is the source of the event.
Remarks
If the source of the event is not a BBjSlider, then this method will throw an !ERROR=26.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.