Left (Get Method)

Gets the X coordinate of the upper-left corner of the control.

int  Left()

Return Value

X coordinate of the upper-left corner of the control.

Left (Set Method)

Sets the X coordinate of the upper-left corner of the control.

void  Left(
   const int  x      // coordinate
   )

Parameters

x

[in]  New X coordinate of the upper-left corner.

Return Value

None.