ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbMsgBoxRtlReading Field

In This Topic
    vbMsgBoxRtlReading Field
    In This Topic
    Specifies that the message box text should be displayed with right-to-left reading order. This style is used for languages that are read from right to left, such as Arabic or Hebrew.
    Syntax
    'Declaration
     
    Public Const vbMsgBoxRtlReading As MsgBoxStyle
    public const MsgBoxStyle vbMsgBoxRtlReading
    See Also