Culture-Sensitive VB.NET Constant
using Microsoft.VisualBasic
Public Const vbMsgBoxRtlReading As MsgBoxStyle
Internationalization (I18n) Enumeration Overview
The vbMsgBoxRtleREading field indicates that the text displayed when the MsgBox function is called will read right to left (as present in Hebrew and Arabic language systems).
See Microsoft's
MSDN online documentation for more information.
General VB.NET Culture information
|