Sets the ID of the control
[C++]
void SetID(
UINT id
);
Numeric identifier of the control, which can be used to refer to it in event handlers. The ID does not need to be unique.
Sets the identifier of the control.
The ID does not need to be unique, but if it is not unique
then CXlDialog::ControlFromID() cannot be used to retrieve
the address of the control.
Header: xldialog.h