A control that derives from System.WinForms.RichControl inherits over twenty properties from RichControl. These include properties such as Font, ForeColor, BackColor and many others. Additionally, the control inherits over forty properties from the base class of RichControl, System.WinForms.Control. These include Bounds, ClientRectangle, DisplayRectangle, Enabled, Focused, Height, Width, Visible and others. For details about inherited properties, see the reference documentation for System.WinForms.RichControl and System.WinForms.Control. You can override the inherited properties in your control.