c# - 多个消息框选项

标签 c# winforms messagebox right-to-left right-align

这是一个愚蠢的问题,但我找不到答案:

我正在使用消息框以希伯来语显示文本,我需要 RTLReading 和 RightAlign。

我目前正在使用:

MessageBox.Show(msg, title, MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, MessageBoxOptions.RtlReading);

如何添加 MessageBoxOptions.RightAlign?

最佳答案

或将它们放在一起: MessageBoxOptions.Rtl阅读 | MessageBoxOptions.RightAlign

关于c# - 多个消息框选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5767716/

相关文章:

c# - SharePoint WebParts MVP 的流行

c# - 自动关闭消息框

c# - "Input string was not in a correct format"没有有意义的堆栈跟踪的错误消息

C#、Windows 窗体、顶部的消息框无法正常工作

java - 带有“确定”按钮的消息框错误 - 字符串被截断

c# - OData 错误 : The query specified in the URI is not valid. 该属性不能在查询选项中使用

c# - 查找单值类型 c# 的纯速度?

c# - 如何获取 Windows 服务的命令行参数?

c# - 将数据客户端发布到服务器 C# 的最佳方式

c# - ElementHost + FlowDocument = GC 不工作,内存不断增加