XLL+ Class Library (7.0)

CXlControlNumberEdit Class

Numeric edit text-box control supported by CXlDialog.

class CXlControlNumberEdit : public CXlControl

Overview

The CXlControlNumberEdit class instantiates an numeric edit field. The value of the field can be read and set by calling GetNumberValue() and SetNumberValue().

If the user attempts to enter anything other than a number, an error message will be displayed.

Methods of parent class

Requirements

Header: xldialog.h

See Also

CXlControlNumberEdit Methods | xldialog.h | CXlDialog object | CXlControl object