Gets a control from its ID
[C++]
CXlControl* ControlFromID(
   UINT id
) const;
ID of the control to be found.
It returns a pointer to the first control with a matching ID.
            The function returns 0 if no such control could not be found.
            
Header: xldialog.h