Or *_*lel 4 c# messagebox winforms right-to-left right-align
这是一个愚蠢的问题,但我找不到答案:
我正在使用消息框以希伯来语显示文本,我需要RTLReading和RightAlign.
我目前正在使用:
MessageBox.Show(msg, title, MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, MessageBoxOptions.RtlReading);
Run Code Online (Sandbox Code Playgroud)
如何添加MessageBoxOptions.RightAlign?
使用OR运算符:
MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6083 次 |
| 最近记录: |