XLL+ Class Library (6.3)

CXlDialog Methods

The methods of the CXlDialog class are listed here.

Construction

public method CXlDialog Constructs a CXlDialog object without displaying it

Title functions

public method GetTitle Returns the title of the dialog
public method SetTitle Sets the title of the dialog

Position functions

public method GetHeight Returns the height of the dialog
public method GetLeft Returns the horizontal position of the dialog
public method GetTop Returns the vertical position of the dialog
public method GetWidth Returns the width of the dialog
public method SetPos Sets the position and optinally the size of the dialog
public method SetSize Sets the size of the dialog

Control functions

public method Add Adds a control to the dialog
public method ControlFromID Gets a control from its ID

Display functions

public method Show Displays the dialog

Overrideable functions

public method OnCheckBox Event handler for check-boxes
public method OnListBox Event handler for list-boxes
public method OnOK Event handler for OK buttons
public method OnOption Event handler for option buttons
public method OnTrigger Event handler for all triggered events

Dialog state functions

public method EndDialog Closes the dialog
public method GetFocus Gets the control which currently has the focus
public method SetFocus Sets the focus to a particular control

Requirements

Header: xldialog.h

See Also

CXlDialog Class | xldialog.h | CXlControl object