We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to add the details pane on message boxes?

I recently noticed that on Volume 2 of the Windows Forms set of controls adds support to add a details area. I checked the documentation, but it doesn't explain on how to add the details area to a message box. Is it possible to add one?

1 Reply

KR Kannan R Syncfusion Team August 4, 2017 05:43 AM UTC



Hi Dimitris 
 
Thank you for using Syncfusion support. 
 
Yes, please make use of below code example for your reference.  
 
 
        private void buttonAdv1_Click(object sender, EventArgs e) 
        { 
            MessageBoxAdv.MessageBoxStyle = MessageBoxAdv.Style.Metro; 
            MessageBoxAdv.Show(this, "Hello World!", "Details View", MessageBoxButtons.OKCancel, "Hello World!"); 
        } 
 
 
Screenshot 
 
 
 
We have also prepared sample for your reference.  
 
 
Note 
 
We will consider your feedback about adding this feature information in our documentation. It will be published at the earliest.  
 
Kindly check with above solution and let us know if it helps. 
 
Regards 
Kannan 


Loader.
Live Chat Icon For mobile
Up arrow icon