|
|
|
SftMask.RightToLeft Property |
This property is not presently available and is reserved for a future release
Defines the display direction and visual appearance on a bidirectional system.
Syntax
VB.NET |
object.RightToLeft = Boolean As Boolean |
||
VB |
object.RightToLeft = Boolean As Boolean |
||
C#.NET |
bool object.RightToLeft = Boolean; |
||
VC++ |
VARIANT_BOOL object->RightToLeft = Boolean;
|
||
C |
HRESULT object->put_RightToLeft(VARIANT_BOOL Boolean); |
||
Delphi |
object.RightToLeft := Boolean : WordBool; |
||
VB.NET |
Boolean = object.RightToLeft As Boolean |
||
VB |
Boolean = object.RightToLeft As Boolean |
||
C#.NET |
bool Boolean = object.RightToLeft; |
||
VC++ |
VARIANT_BOOL Boolean = object->RightToLeft;
|
||
C |
HRESULT object->get_RightToLeft(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.RightToLeft : WordBool; |
object
A SftMask 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. |
Comments
This property is not presently available and is reserved for a future release
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).
This property is read/only at run-time.