Gadgets > Rogue Wave Views Gadgets > View Frames > Changing the Current View Frame
 
Changing the Current View Frame
The current view frame of a desktop manager is the view frame that has the keyboard focus. You can change the current view frame by clicking another view frame, which will become the new current view frame.
You can also change the current view frame by coding:
desktop->setCurrentFrame(vframe);
When the current view frame changes, the virtual method frameSelectionChanged is called. You can override this method in your own subclass of IlvDesktopManager to execute a specific action when the current view frame changes.

Version 6.0
Copyright © 2015, Rogue Wave Software, Inc. All Rights Reserved.