Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Set a Caption Border
posted

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" ?

Parents
  • 71886
    Verified Answer
    Offline posted

    Hello,

    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.

Reply Children