#BugFix for .NET 2.0 Must override RightToLeft to return No when the parent form has RightToLeftLayout turned on otherwise a bug in WinForms draws the text of the groupbox aligned to the wrong side.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public override RightToLeft RightToLeft { get; set; }

See Also