XLL+ Class Library (7.0)

CXlDialog::ControlFromID

Gets a control from its ID

CXlControl* ControlFromID(
   UINT id
) const;

Parameters

id

ID of the control to be found.

Remarks

It returns a pointer to the first control with a matching ID. The function returns 0 if no such control could not be found.

Requirements

Header: xldialog.h

See Also

CXlDialog Class | CXlDialog Methods