| Name | Description |
 | AdjustLayout | Overloaded.
Places in order the size and location of docking panes and control bars on the specified component.
|
 | Dispose | Overloaded. |
 | EnableBasicMDITabs | |
 | EnableLayout | Sets available or disabled the adjusting of the layout by the LayoutController of the specified form. Called by the framework when it is necessary to cut off this layout and turn it on. |
 | EnableMDITabs |
Allows to place MDIChild forms in the TabControl for a MDIContainer's form and to adjust their layout.
|
 | EntryFromObject | Gets an Entry object related to the specified object and transforms it to the form, if the specified object has a type of System.Windows.Forms.Form. Otherwise, returns null reference. Called by the framework to get an entry and related form to adjust its layout. |
 | GetCommandBarMananger | Returns the child CommandBarManager object for the specified form. |
 | GetDockManager | Returns the child DockManager object for the specified form. |
  | GetInstance | if the object of the LayoutController does not exist, this function creates a new instance of the LayoutControllerObject and returns it, otherwise returns the existing instance of the LayoutObject. Called by the framework when it is necessary to apply to the current instance of the LayoutController. |
 | GetMdiClient | Returns the control which fills the specified form. Called by the framework to get an access to the MDIClientArea of the MDIContainer form. |
 | GetMdiClientListener | |
 | GetMdiTabsOptions | Returns the MDITabsOptions for the specified form. Called by the framework to get an access to the MDITabsOption object of the MDIContainer form. |
 | GetStatusBarControl | Returns the status bar from the specified form. If the specified form has no status bar the null reference will be returned. |
 | IsBasicMDITabsEnabled | |
 | IsLayoutEnabled | Specifies if it is available to adjust the layout of the specified form by the LayoutController instance. |
 | IsMDITabsEnabled | Indicates if the MDITabsEnabled mode is set for the specified MDIContainer. It means that its MDIChild windows can be placed into the tabbed windows. Called by framework to check the availability of the MDITabsEnabled mode. |
 | LoadState | Overloaded. Loads a state for the specified form from the specified file stream.
The state should be previously saved by the SaveState function. |
 | RegisterComponent | Registers such components as CommandBarManager, DockManager and MDITabsOption for the specified form. Called by the framework on setting these component for a specified form. |
 | SaveState | Overloaded. Saves a state of the LayoutController to the specified files. |
 | SetRedraw | Disables or enables drawing in the specified form. |
 | SetupEventHandlers | Adds or removes from the specified form event handlers defined in the LayoutController class for such events for System.Windows.Forms.Form object as Resize, ControlAdded, ControlRemoved, Disposed, SystemColorChanged. Called by the framework when the Layout Instance registers and unregisters component, adds new entry and related form to entries' collection. |
 | SyncVisualStyle | Retrieves the Visual style from the specified CommandBarManager and sets it for CommandBarManagers of others form which registered in the LayoutController. Called by the framework on setting new visual style for any CommandBarManager. |
 | UnRegisterComponent | Unregisters and removes such components as CommandBarManager, DockManager and MDITabsOption from the specified form. Called by the framework on setting these components for a specified form. Called by the framework on setting new parent form for CommandBarManager or DockManager object. |