Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.SetWindowLayout Method

Sets the Window layout to be RTL or not, in case of RTL Window, menus and icons are mirrored
https://msdn.microsoft.com/en-us/library/aa913269.aspx

Syntax
Public Sub SetWindowLayout (ByVal hWnd As Long, _
ByVal bRTL As Boolean)
Parameters
Parameter Description
ByVal hWnd As Long The window handle (ex Me.hWnd)
ByVal bRTL As Boolean True to turn the Window as RTL, False otherwise
Remarks