Control.RtlTranslateLeftRight(LeftRightAlignment) メソッド
定義
指定した LeftRightAlignment を適切な LeftRightAlignment に変換し、テキストを右から左に表示できるようにします。Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
protected:
System::Windows::Forms::LeftRightAlignment RtlTranslateLeftRight(System::Windows::Forms::LeftRightAlignment align);
protected System.Windows.Forms.LeftRightAlignment RtlTranslateLeftRight (System.Windows.Forms.LeftRightAlignment align);
member this.RtlTranslateLeftRight : System.Windows.Forms.LeftRightAlignment -> System.Windows.Forms.LeftRightAlignment
Protected Function RtlTranslateLeftRight (align As LeftRightAlignment) As LeftRightAlignment
パラメーター
- align
- LeftRightAlignment
LeftRightAlignment 値のいずれか 1 つ。One of the LeftRightAlignment values.
戻り値
LeftRightAlignment 値のいずれか 1 つ。One of the LeftRightAlignment values.
注釈
RightToLeftのプロパティがに設定されている場合、 RightToLeft No
戻り値は渡されたパラメーターと同じに align
なります。If the RightToLeft property of RightToLeft is set to No
, the return value is equal to the align
parameter passed in.