Articles in this section
Category / Section

How to display multiline text information in WinForms MessageBoxAdv?

1 min read

Multiline text

The MessageBoxAdv control provides support to display Multiline Text information. It can be achieved by using its function named Show and providing required Text information in it.

C#

// Multiline Text
MessageBoxAdv.Show("Syncfusion is the enterprise technology partner of choice for software development, delivering a broad range of web, mobile, and desktop controls coupled with a service-oriented approach throughout the entire application lifecycle. Syncfusion has established itself as the trusted partner worldwide for use in mission-critical applications. Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 12,000 customers, including large financial institutions, Fortune 100 companies, and global IT consultancies.", "This is Syncfusion MessageBoxAdv Control", MessageBoxButtons.OKCancel);

 

VB

' Multiline Text
MessageBoxAdv.Show("Syncfusion is the enterprise technology partner of choice for software development, delivering a broad range of web, mobile, and desktop controls coupled with a service-oriented approach throughout the entire application lifecycle. Syncfusion has established itself as the trusted partner worldwide for use in mission-critical applications. Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 12,000 customers, including large financial institutions, Fortune 100 companies, and global IT consultancies.", "This is Syncfusion MessageBoxAdv Control", MessageBoxButtons.OKCancel)

 

Screenshot

Show the multiline text information in MessageBoxAdv

 Figure 1: Multiline text.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied