C# 클래스 ICSharpCode.Core.RightToLeftConverter

Description of RightToLeftConverter.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RightToLeftLanguages string[]

공개 메소드들

메소드 설명
Convert ( Control control ) : void
ConvertRecursive ( Control control ) : void
ReConvertRecursive ( Control control ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Convert() 공개 정적인 메소드

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

ConvertRecursive() 공개 정적인 메소드

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

ReConvertRecursive() 공개 정적인 메소드

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

프로퍼티 상세

RightToLeftLanguages 공개적으로 정적으로 프로퍼티

public static string[] RightToLeftLanguages
리턴 string[]