Message box with cancel button only

后端 未结 3 909
半阙折子戏
半阙折子戏 2021-01-15 05:36

Can we have a message box with cancel button only ? If so , any hints ? Is there a built in api method to get only messagebox with cancel button alone/

How to create

3条回答
  •  温柔的废话
    2021-01-15 06:05

    I don't think it is possible with MessabeBox. You can simple create your own dialog and add a single cancel button.

    You can also have a look at this link

    XMessageBox

    It may solve your problem

提交回复
热议问题