browse
browse(browsebuttons: BrowseButtons input; browseType: Integer);
The browse event occurs when the user presses the left mouse button over a browse button in a browse control. See the BrowseButtons class for details of the constants provided by browse buttons.
The value of the argument button reflects which browse button was depressed, as shown in the following table.
BrowseButtons Class Constant | Value | Button | Interpretation |
---|---|---|---|
Browse_First | 1 | Left | First |
Browse_Prior | 2 | Second left | Prior |
Browse_Next | 3 | Third left | Next |
Browse_Last | 4 | Right | Last |