次の方法で共有


Control.RtlTranslateLeftRight メソッド

指定した LeftRightAlignment を適切な LeftRightAlignment に変換し、テキストを右から左に表示できるようにします。

Protected Function RtlTranslateLeftRight( _
   ByVal align As LeftRightAlignment _) As LeftRightAlignment
[C#]
protected LeftRightAlignment RtlTranslateLeftRight(LeftRightAlignmentalign);
[C++]
protected: LeftRightAlignment RtlTranslateLeftRight(LeftRightAlignmentalign);
[JScript]
protected function RtlTranslateLeftRight(
   align : LeftRightAlignment) : LeftRightAlignment;

パラメータ

戻り値

LeftRightAlignment 値の 1 つ。

解説

RightToLeft プロパティが RightToLeft.No に設定されている場合、戻り値は、渡された align パラメータに等しくなります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Control クラス | Control メンバ | System.Windows.Forms 名前空間 | RightToLeft | LeftRightAlignment | RtlTranslateContent | RtlTranslateHorizontal | RtlTranslateAlignment