MessageBoxHelper ClassCleanCode C# Libraries v1.2.03 API
Common code for determining localized OnlineMessageBox options.
Inheritance Hierarchy

OnlineSystem Object
  CleanCode.Forms MessageBoxHelper

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static class MessageBoxHelper
Remarks

To display a message box correctly for cultures that use a right-to-left reading order, the RightAlign and RtlReading members of the OnlineMessageBoxOptions enumeration must be passed to the OnlineShow(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions) method. Adapted from OnlineFxCop.

Since CleanCode 0.9.07.

See Also