Articles in this section
Category / Section

How to give an image as the background of a WinForms SplitContainerAdv?

1 min read

Background settings

The SplitContainerAdv Background Image can be specified through BackgroundImage property.

C#

this.splitContainerAdv1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("splitContainerAdv1.BackgroundImage")));

VB

Me.splitContainerAdv1.BackgroundImage = CType((resources.GetObject("splitContainerAdv1.BackgroundImage")), System.Drawing.Image)

You can use the drop-down menu in the property grid to browse the required BackgroundImage.

Reference link: https://help.syncfusion.com/windowsforms/splitcontainer/splitcontaineradv#appearance-settings

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