Gets the Y coordinate of the upper-left corner of the control.
int Top()
Returned value
Y coordinate of the upper-left corner of the control.
Sets the Y coordinate of the upper-left corner of the control.
void Top( const int y // y coordinate )
Parameters
y
[in] New Y coordinate of the upper-left corner.
None.