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

In This Topic
    vbMsgBoxRight Field
    In This Topic
    Specifies that the text in the message box should be right-aligned. This style is useful in certain locales or with specific text layouts.
    Syntax
    'Declaration
     
    Public Const vbMsgBoxRight As MsgBoxStyle
    public const MsgBoxStyle vbMsgBoxRight
    See Also