property ComboBox.RightToLeft as Boolean
Indicates whether the component should draw right-to-left for RTL languages.

 TypeDescription 
   Boolean A Boolean expression that specifies whether the component should draw right-to-left for RTL languages.    
By default, the RightToLeft property is False. Use the RightToLeft property to align the drop down button to the left side of the control. If the RightToLeft property is True, the drop down button and the vertical scroll bar in the drop down list are displayed in the left side of the control. By default, the drop down button and the vertical scroll bar in the drop down list are displayed in the right side of the control. Use the Alignment property to align all the cells in the column. Use the CellHAlignment property to align a particular cell. Use the HeaderAlignment property to align the column's caption in the control's header. Use the EditAlignment property to align the text inside the edit control, if present in the control's label. Use the Alignment property to align the drop down portion of the control relative to the control's label.

The following screen shot shows the control when RightToLeft property is True ( the red ares mark the new position for elements like drop down, vertical scroll bar, hierarchy lines ):

The following screen shot shows the control when RightToLeft property is False ( by default ):


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.