C# Class ICSharpCode.Core.RightToLeftConverter

Description of RightToLeftConverter.
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Properties

Property Type Description
RightToLeftLanguages string[]

Public Methods

Method Description
Convert ( Control control ) : void
ConvertRecursive ( Control control ) : void
ReConvertRecursive ( Control control ) : void

Private Methods

Method Description
ConvertLayout ( Control control ) : void
ConvertLayoutRecursive ( Control control ) : void
Mirror ( AnchorStyles anchor ) : AnchorStyles
Mirror ( Control control ) : void

Mirrors a control and its child controls if right to left is activated. Call this only for controls that aren't mirrored automatically by .NET!

MirrorLocation ( Control control ) : Point

Method Details

Convert() public static method

public static Convert ( Control control ) : void
control System.Windows.Forms.Control
return void

ConvertRecursive() public static method

public static ConvertRecursive ( Control control ) : void
control System.Windows.Forms.Control
return void

ReConvertRecursive() public static method

public static ReConvertRecursive ( Control control ) : void
control System.Windows.Forms.Control
return void

Property Details

RightToLeftLanguages public static property

public static string[] RightToLeftLanguages
return string[]