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
125
Setting PIN visible False
posted

I dont want the PIN button of "Infragistics.Win.UltraWinDock.

DockableControlPane" control to appear.

Just like making the PIN of the dockable screen as Visible = False.

Is there any way to do this.

 

Parents
No Data
Reply
  • 5389
    Suggested Answer
    posted

    mails2venkatesh,

    In order to hide the pin buttons on the UltraDockManager, you need to set the ShowPinButton property to false.  In C# the code would look like:

                this.ultraDockManager1.ShowPinButton = false;

    Hope this helps,

    ~Kim~

Children