
Drawing and other user interaction with the document take place in the view's client area, not the frame window's client area. The view window is a child of the frame window. A frame-window class manages the frame, and a view class manages the contents. The two components - frame and contents - are represented and managed by two different classes in MFC.

The MFC framework uses frame windows to contain views. You manage the contents inside the frame. Windows manages most of the user's interaction with the frame window: moving and resizing the window, closing it, and minimizing and maximizing it. A document frame window can be a single document interface (SDI) frame window or a multiple document interface (MDI) child window. A document frame window has two major components: the frame and the contents that it frames.

When testing CodeJock Xtreme RibbonBar controls, you can use properties and methods specific to these controls, as well as properties and methods that TestComplete applies to tested objects, onscreen objects and window objects.When an application runs under Windows, the user interacts with documents displayed in frame windows. (You can find the plugin in the Common group.) If the plugin is not available, run the TestComplete installation in the Repair mode. If you experience issues when working with the controls, select File > Install Extensions from the TestComplete main menu and check whether the plugin is active. This plugin is installed and enabled automatically. The Microsoft Active Accessibility Support plugin. The class is added and enabled by default.Ī license for the TestComplete Desktop module.

TestComplete uses the Microsoft Active Accessibility (MSAA) technology to work with the control if the XTPToolBar class is added and enabled in the list of accepted windows of the project’s MSAA options. The application must be compiled with the Microsoft Active Accessibility (MSAA) support enabled. TestComplete recognizes the control by using the Microsoft Active Accessibility (MSAA) technology. In order for TestComplete to be able to work with CodeJock Xtreme RibbonBar controls, the following requirements must be met: Supported component version: CodeJock Xtreme Toolkit Pro v15.x, v17.2.

Instances of the following classes are recognized by TestComplete as CodeJock Xtreme RibbonBar controls: It provides special properties and methods that let you retrieve the controls data and simulate user actions on the controls (see below). TestComplete can recognize CodeJock Xtreme RibbonBar controls in Visual C++ applications.
