Posted 20 years ago
		by Raymond Ng
	
Is it feasible to display a background image in the toolwindow's title bar?
((VisualStudio2005DockRenderer)dockManager.DockRenderer).DockContainerTitleBarActiveBackgroundFill = 
    new ImageBackgroundFill(Image.FromFile(@"C:\bg.gif"));Please log in to a validated account to post comments.