SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the display direction and visual appearance on a bidirectional system.
Get
VB.NET | Boolean = object.RightToLeft As Boolean Boolean = object.CtlRightToLeft As Boolean |
VB | Boolean = object.RightToLeft As Boolean |
C#.NET | bool Boolean = object.RightToLeft; bool Boolean = object.CtlRightToLeft; |
VC++ | VARIANT_BOOL Boolean = object->RightToLeft; VARIANT_BOOL Boolean = object->GetRightToLeft(); |
C | HRESULT object->get_RightToLeft(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.RightToLeft = Boolean As Boolean object.CtlRightToLeft = Boolean As Boolean |
VB | object.RightToLeft = Boolean As Boolean |
C#.NET | bool object.RightToLeft = Boolean; bool object.CtlRightToLeft = Boolean; |
VC++ | VARIANT_BOOL object->RightToLeft = Boolean; void object->PutRightToLeft(VARIANT_BOOL Boolean); |
C | HRESULT object->put_RightToLeft(VARIANT_BOOL Boolean); |
object
Boolean
Defines the display direction and visual appearance on a bidirectional system.
Boolean | Description |
---|---|
True | The control is used on a bi-directional platform (such as Arabic or Hebrew Windows) and the display direction is right-to-left. |
False | The display direction is left-to-right. |
The RightToLeft property defines the display direction and visual appearance on a bidirectional system.
The RightToLeft property automatically resets to False if the current system does not support right-to-left representation (i.e., the current platform is not an Arabic or Hebrew Windows version).
Applications that need to support both Left-To-Right and Right-To-Left environments have to update all orientation-specific properties at run-time. These properties are Column.CellAlign and HeaderAlign.
This property is read/only at run-time.
See Also SftDirectory Object | Object Hierarchy