Control
Control
Gets control from the container by index.
CWnd* Control(
const int ind // index
) constParameters
- ind
[in] Index of the control needed.
Return Value
Pointer to the control, otherwise NULL if the control is not found.
Last updated on