Share

CAcUiNumericComboBox

Class Hierarchy

CAdUiComboBox
    CAcUiComboBox
        CAcUiNumericComboBox

C++

class CAcUiNumericComboBox : public CAcUiComboBox;

File

acuiComboBox.h

Description

The CAcUiNumericComboBox class provides a specific implementation of CAcUiEdit that automatically provides the AC_ES_NUMERIC flag for data validation of AutoCAD numeric values. Data will be converted to the units value provided by the system variable LUPREC and LUNITS, which are also governed by the UNITS command. Please see CAcUiComboBox for the complete set of member variables and functions that are provided.

See Also

CAdUiComboBox, CAcUiComboBox, CAcUiStringComboBox, CAcUISymbolComboBox, CAcUiAngleComboBox, CAcUiEdit

Was this information helpful?