Here is my code :
Telerik.WinControls.CompositeUI.RadDockWorkspace appWorkSpace = WorkItem.Workspaces.AddNew<Telerik.WinControls.CompositeUI.RadDockWorkspace>("myworkspace");
appWorkSpace.Dock = DockStyle.Fill;
appWorkSpace.DocumentTabsAlignment = Telerik.WinControls.UI.TabStripAlignment.Top;
appWorkSpace.DocumentManager.BoldActiveDocument = true;
appWorkSpace.DocumentManager.DocumentInsertOrder = Telerik.WinControls.UI.Docking.DockWindowInsertOrder.ToBack;
appWorkSpace.ShowDocumentCloseButton = true;
appWorkSpace.BackgroundImage = myImage; // whatever the image
Any ideas why it isn't working ?? I used to use a Workspace built with the Weifenluo dll and the BackgroundImage property worked properly with that workspace.
Any help would be appreciated !!
jjeffrroyy