Overload | Description |
---|---|
Show(Object,String) | Shows a message box with the specified content, title and an OK button. |
Show(Object,String,ENMessageBoxButtons) | Shows a message box with the specified content, title and buttons. |
Show(Object,String,ENMessageBoxButtons,ENMessageBoxIcon) | Shows a message box with the specified content, title, buttons and icon. |
Show(NWindow,Object,String) | Shows a message box with the specified content, title and an OK button. |
Show(NWindow,Object,String,ENMessageBoxButtons) | Shows a message box with the specified content, title and buttons. |
Show(NWindow,Object,String,ENMessageBoxButtons,ENMessageBoxIcon) | Shows a message box with the specified content, title, buttons and icon. |
Show(INTopLevelWindowsContainer,Object,String) | Shows a message box with the specified content, title and an OK button. |
Show(INTopLevelWindowsContainer,Object,String,ENMessageBoxButtons) | Shows a message box with the specified content, title and buttons. |
Show(INTopLevelWindowsContainer,Object,String,ENMessageBoxButtons,ENMessageBoxIcon) | Shows a message box with the specified content, title, buttons and icon. |
Show(INTopLevelWindowsContainer,Object,String,ENMessageBoxButtons,ENMessageBoxIcon,ENMessageBoxDefaultButton) | Shows a message box with the specified content, title, buttons and icon. |
Show(NMessageBoxSettings) | Shows a message box with the specified settings and returns a promise which is resolved when then message box is closed. |