public void CopyTo(ContainerOptions o)
 {
     base.CopyTo(o);
     o._defaultKeyDir          = _defaultKeyDir;
     o._defaultFileDir         = _defaultFileDir;
     o._framePosition          = _framePosition;
     o._frameState             = _frameState;
     o._optionPreservePlace    = _optionPreservePlace;
     o._frameStyle             = _frameStyle;
     o._splitterPreservesRatio = _splitterPreservesRatio;
     o._showToolBar            = _showToolBar;
     o._showTabBar             = _showTabBar;
     o._showStatusBar          = _showStatusBar;
     o._tabBarStyle            = _tabBarStyle;
     o._actionOnLaunch         = _actionOnLaunch;
     o._MRUSize           = _MRUSize;
     o._serialCount       = _serialCount;
     o._language          = _language;
     o._envLanguage       = _envLanguage;
     o._guevaraMode       = _guevaraMode;
     o._commands          = (Commands)_commands.Clone();
     o._showWelcomeDialog = _showWelcomeDialog;
 }