RTLAwareMessageBox 类

定义

一个消息框,可以包含用于通知用户的文本、按钮和符号。

public ref class RTLAwareMessageBox sealed
public sealed class RTLAwareMessageBox
type RTLAwareMessageBox = class
Public NotInheritable Class RTLAwareMessageBox
继承
RTLAwareMessageBox

注解

如果此 DLL 的资源已本地化为从右到左的语言,则此消息框按从右到左的顺序阅读。

构造函数

RTLAwareMessageBox()

初始化 RTLAwareMessageBox 类的新实例。

属性

IsRTLResources

确定某一 RTLAwareMessageBox 对象是否使用从右到左的资源。

方法

Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions)

显示具有指定的文本、标题和样式的消息框。 如果此 DLL 的资源已本地化为某一 RTL 语言,则使该对话框采用从右到左的读取顺序。

适用于