Share

CAcUiPlotStyleTablesComboBox

Class Hierarchy

CAdUiComboBox
    CAcUiComboBox
        CAcUiMRUComboBox
            CAcUiPlotStyleTablesComboBox

C++

class CAcUiPlotStyleTablesComboBox : public CAcUiMRUComboBox;

File

acuiComboBox.h

Description

This class provides a stock combobox that lists available plot style table file base names. It operates in two modes, color dependent mode and named mode. In color dependent mode, it lists the color dependent plot style table file base names and "None". In named mode, it lists the named plot style table file base names and "None". If the file has a translation table in it, a bitmap indicator is displayed with the file name. If the file is missing, it is flagged with "(missing)" after the file name. Note that if there is more than one plot style table file name with the same base name, only the first one found in the plot style table file search path will be displayed in the control. The "None" item is listed first, followed by any (missing) items sorted alphabetically as a group, followed by all other items sorted alphabetically as a group.

Links

CAcUiPlotStyleTablesComboBox Constructor, CAcUiPlotStyleTablesComboBox Methods

Was this information helpful?