Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
Documentation for this section has not yet been entered.
The value of the Control.Right property is equal to the sum of the Control.Left property value and the Control.Width property value.
The Control.Right property is read-only. You can change this property value indirectly by changing the value of the Control.Left or Control.Width properties or calling the Control.SetBounds(int, int, int, int), Control.SetBoundsCore(int, int, int, int, BoundsSpecified), Control.UpdateBounds, or Control.SetClientSizeCore(int, int) methods.