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
536
How to hide the navigation pane pen Button in vista
posted
Hi, Any idea as to how to hide the Pen Button (pic attached) . Its showing only in Vista. Thanks, Kiran
Parents
  • 69832
    Offline posted

    I am speculating a bit here, but it would seem possible that the Vista machine is ink-enabled (i.e., a tablet PC), and you have an UltraInkProvider on the form. If this is the case, you can set the ShowInkButton property of the UltraInkProvider to false, or possibly set its Enabled property to false. I am surprised to see an ink button on the navigation pane header of UltraExplorerBar; to my knowledge that is not an editable entity and as such should not be showing an ink button regardless of whether inking is enabled.

Reply Children