Create
Creates new CDialog control.
virtual bool Create(
const long chart,
const string name,
const int subwin,
const int x1,
const int y1,
const int x2,
const int y2
) |
Parameters
chart
[in] chart ID.
name
[in] Unique name of the control.
subwin
[in] Chart subwindow.
x1
[in] X coordinate of the upper left corner.
y1
[in] Y coordinate of the upper left corner.
x2
[in] X coordinate of the lower right corner.
y2
[in] Y coordinate of the lower right corner.
Returned value