C# Class ICSharpCode.Core.RightToLeftConverter

Description of RightToLeftConverter.
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Свойство Type Description
RightToLeftLanguages string[]

Méthodes publiques

Méthode Description
Convert ( Control control ) : void
ConvertRecursive ( Control control ) : void
ReConvertRecursive ( Control control ) : void

Private Methods

Méthode 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 méthode

public static Convert ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

ConvertRecursive() public static méthode

public static ConvertRecursive ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

ReConvertRecursive() public static méthode

public static ReConvertRecursive ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

Property Details

RightToLeftLanguages public_oe static_oe property

public static string[] RightToLeftLanguages
Résultat string[]