RTLAwareMessageBox Class

Definition

A message box that can contain text, buttons, and symbols that inform the user.

public ref class RTLAwareMessageBox sealed
public sealed class RTLAwareMessageBox
type RTLAwareMessageBox = class
Public NotInheritable Class RTLAwareMessageBox
Inheritance
RTLAwareMessageBox

Remarks

This message box is right-to-left reading order, if the resources for this DLL have been localized to a right-to-left language.

Constructors

RTLAwareMessageBox()

Initializes a new instance of the RTLAwareMessageBox class.

Properties

IsRTLResources

Determines whether an RTLAwareMessageBox object uses right-to-left resources.

Methods

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.

Applies to