XLL+ Class Library

CXlDialog Class

[C++]
class CXlDialog

Overview

The CXlDialog class controls the display and interaction of native Excel dialogs.

The Show() method is used to display the dialog.

During Show(), overrideable event handlers will be called if the user clicks buttons or selects items in list boxes. The developer can create a class descended from CXlDialog and override these event handlers.

Controls

Each control on a dialog is of a class descended from CXlControl. See the help for CXlControl for a list of control types.

Each control must be added to the dialog using the CXlDialog::Add() method.

Requirements

Header: xldialog.h

See Also

CXlDialog Methods | xldialog.h | CXlControl object