LinkButton (filter, event)

A button that provides ``random access'' to a child of a TSplit. Switches a TSplit to display the specified child.


For
(Symbol)
The target, which must be specified. The named component must be either a TSplit child, or a descendant of something that is. In the latter case the TSplit child is the true target.

Behavior
Like a Button, but before generating an event, switches a TSplit to display a specific child.
Shape
The natural shape of its child (i.e., with no shrink or stretch), plus the border around the button.
Notes
The LinkButton need not be a descendant of the TSplit it controls. You may specify more than one LinkButton for the same TSplit.
See Also
LinkMButton, PageButton, and TSplit