BCGSoft.ControlBars.Ribbon Namespace > RibbonControl Class : SaveState Method |
Saves persistent state. The state includes customized state of QAT and QAT position.
The designer automatically generates code responsible for save and load state, but initially it's commented out. Just locate OnLoadForm and OnFormClosing overrides in the form's code and remove the comments and if you wish to enable automatic state handling.
'Usage Dim instance As RibbonControl Dim strFile As String instance.SaveState(strFile)
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2