NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichControl.RTLTranslateLeftRight

[To be supplied.]

[Visual Basic]
Protected Function RTLTranslateLeftRight( _
   ByVal align As LeftRightAlignment _
) As LeftRightAlignment
[C#]
protected LeftRightAlignment RTLTranslateLeftRight(
   LeftRightAlignment align
);
[C++]
protected: LeftRightAlignment RTLTranslateLeftRight(
   LeftRightAlignment align
);
[JScript]
protected function RTLTranslateLeftRight(
   align : LeftRightAlignment
) : LeftRightAlignment;

Parameters

align
[To be supplied.]

See Also

RichControl Class | RichControl Members | System.WinForms Namespace