Hi Dan,
Thank you for using Syncfusion Products.
A MessageBoxAdv is a predefined dialog box that displays application-related information to the user. It also used to request information from the user. MessageBoxAdv is not a component, so the MessageBoxAdv is not loaded in the Toolbox. To use this , we need to use code this in the following way by using the class Name.
MessageBoxAdv.Show("Message"); |
Regards,
Vijayalakshmi V.R.