Right
Right (Get Method)
Gets the X coordinate of the lower-right corner of the control.
int Right()Return Value
X coordinate of the lower-right corner.
Right (Set Method)
Sets the X 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.
Return Value
None.
Last updated on