RTLAwareMessageBox Class
A message box that can contain text, buttons, and symbols that inform the user.
Assembly: RadLangSvc (in RadLangSvc.dll)
| Name | Description | |
|---|---|---|
![]() | RTLAwareMessageBox() | Initializes a new instance of the RTLAwareMessageBox class. |
| Name | Description | |
|---|---|---|
![]() ![]() | IsRTLResources | Determines whether an RTLAwareMessageBox object uses right-to-left resources. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | Show(IWin32Window^, String^, String^, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions) | Displays a message box with the specified text, caption, and style. Makes the dialog right-to-left reading order if the resources for this DLL have been localized to a RTL language. |
![]() | ToString() | (Inherited from Object.) |
This message box is right-to-left reading order, if the resources for this DLL have been localized to a right-to-left language.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


