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
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