Common code for determining localized
MessageBox options.
System Object CleanCode.Forms MessageBoxHelperNamespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public static class MessageBoxHelper
public static class MessageBoxHelper
Public NotInheritable Class MessageBoxHelper
Public NotInheritable Class MessageBoxHelper
public ref class MessageBoxHelper abstract sealed
public ref class MessageBoxHelper abstract sealed
To display a message box correctly for cultures that use
a right-to-left
reading order, the
RightAlign and
RtlReading members of the
MessageBoxOptions enumeration must be passed to
the
Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions) method.
Adapted from
FxCop.
Since CleanCode 0.9.07.