MATLAB Creating Graphical User Interfaces

(Barry) #1
Customize Tabbing Behavior in a Programmatic UI

The tab order of the three buttons is now Contour, then Surf, then Mesh.


This command shows the new child order.


ph.Children


ans =


3x1 UIControl array:


UIControl (Mesh)
UIControl (Surf)
UIControl (Contour)


NoteTab order also affects the stacking order of components. If components overlap,
those that appear higher in the child order, display on top of those that appear lower in
the order.

Free download pdf