Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.RightToLeft Property

Defines the display direction and visual appearance on a bidirectional system.

Syntax

Get

VB.NETBoolean = object.RightToLeft As Boolean Note
Boolean = object.CtlRightToLeft As Boolean
VBBoolean = object.RightToLeft As Boolean
C#.NETbool Boolean = object.RightToLeft; Note
bool Boolean = object.CtlRightToLeft;
VC++VARIANT_BOOL Boolean = object->RightToLeft;
VARIANT_BOOL Boolean = object->GetRightToLeft();
CHRESULT object->get_RightToLeft(VARIANT_BOOL* Boolean);

Put

VB.NETobject.RightToLeft = Boolean As Boolean Note
object.CtlRightToLeft = Boolean As Boolean
VBobject.RightToLeft = Boolean As Boolean
C#.NETbool object.RightToLeft = Boolean; Note
bool object.CtlRightToLeft = Boolean;
VC++VARIANT_BOOL object->RightToLeft = Boolean;
void object->PutRightToLeft(VARIANT_BOOL Boolean);
CHRESULT object->put_RightToLeft(VARIANT_BOOL Boolean);

object

A SftPrintPreview object.

Boolean

Defines the display direction and visual appearance on a bidirectional system.

BooleanDescription
TrueThe control is used on a bi-directional platform (such as Arabic or Hebrew Windows) and the display direction is right-to-left.
FalseThe display direction is left-to-right.

Comments

Reserved for future use - Not currently used

The RightToLeft property defines the display direction and visual appearance on a bidirectional system.

If the RightToLeft property is set to True and the control is running on a bi-directional platform (such as Arabic Windows or Hebrew Windows), the control will support right-to-left reading with the vertical scroll bar displayed on the left side.

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).

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.