Hello,
i'm using the UltraDockManager in my application and set the Caption Style to Office2003.
But there is no border at the "Caption Box". I set the BorderColor to Black in DefaultPaneSettings.CaptionAppearance but that has no effect.
Is it possible to set a Border around the "Caption Box" ?
You might want to set the 'BorderStyleCaption' to something other than 'None' or 'Default', like this:
ultraDockManager1.DefaultPaneSettings.BorderStyleCaption = Infragistics.Win.UIElementBorderStyle.Raised;
Please feel free to let me know if a question about our tool set comes up on your mind.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Hey Boris,
your code works for me.
Thanks for your help ! :-)