All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ApplicationFrame Class CATCmdContainer

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ApplicationFrame.CATCmdAccess
        |
        +---CATCmdContainer
 

Usage: you must use this class as is. You should never derive it.


public class CATCmdContainer

Class to create the container's access.
Role: A container can be :

See also:
CATCmdWorkshop, CATCmdWorkbench, CATIWorkshop, CATIWorkbench, CATIWorkbenchAddin


Enumerated Type Index


o ComponentPosition
Position of the toolbar in the application window.

Enumerated Types


o ComponentPosition
enum ComponentPosition {
  Top,
  Bottom,
  Left,
  Right,
  UnDock
}
Position of the toolbar in the application window.
Parameters:
UnDock
The toolbar is undocked.
Bottom
The toolbar is docked at the bottom of the application window
Top
The toolbar is docked at the top of the application window
Left
The toolbar is docked at the left of the application window
Right
The toolbar is docked at the right of the application window
See also:
AddToolbarView

This object is included in the file: CATCmdContainer.h
If needed, your Imakefile.mk should include the module: CATApplicationFrame

Copyright © 2003, Dassault Systèmes. All rights reserved.