Gets the X coordinate of the lower-right corner of the control.
int Right()
Returned value
X coordinate of the lower-right corner.
Sets the Y coordinate of the lower-right corner of the control.
void Right( const int x // x coordinate )
Parameters
x
[in] New X coordinate of the lower-right corner.
None.