Use the SelAlignment property of the RTFBox. This property is not available at design time.
Its purpose is to control the alignment of the selected paragraphs. Possible values are: rtfLeft,
rtfRight, rtfCenter.
e.g.
rtfTextBox.SetAlignment = rtfCenter _________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]