XLL+ Class Library (7.0)

CXlControlIntegerEdit Class

Integer edit text-box control supported by CXlDialog.

class CXlControlIntegerEdit : public CXlControl

Overview

The CXlControlIntegerEdit class instantiates an integer edit field. The value of the field can be read and set by calling GetIntValue() and SetIntValue().

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

Methods of parent class

Requirements

Header: xldialog.h

See Also

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