This property sets whether or not the "RightToLeft" button is displayed on the ToolBarSetupObjects control.
[Visual Basic]Public Property
ButtonRightToLeftVisible As Boolean
[C#]public bool ButtonRightToLeftVisible {get;
set;}
Property Value
True: The "RightToLeft" button is displayed
False: The "RightToLeft" button is NOT displayed
Default value is True.
Explanation
The ButtonRightToLeftVisible property sets whether or not the "RightToLeft" button is displayed on the ToolBarSetupObjects control. When this property is False, the "RightToLeft" button is not displayed.
See Also
ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects