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
3166
Event For Handling Ribbon Minimized
posted

I am looking to add some application logic when Ribbon Minimized state is changed. I could not find any event that is raised when Ribbon Minimized state is changed i.e when user clicks on 'Minimized Ribbon'.

Thanks, Bhavesh
Parents
  • 44743
    Verified Answer
    posted

    I don't think there is an event specific for this change, but you can always hook into the PropertyChanged event of the toolbars manager. In your event handler, call FindPropId on the ChangeInfo of the event args and pass in Infragistics.Win.UltraWinToolbars.PropertyIds.IsMinimized. If the PropChangeInfo returned is not null and its Source property is the Ribbon, its minimization has changed.

Reply Children
No Data