ComponentFactory.Krypton.Ribbon.ViewDrawRibbonCaptionArea.HookToolTipHandling C# (CSharp) Method

HookToolTipHandling() public method

Perform steps to generate a tooltip event when mouse is over the application button.
public HookToolTipHandling ( ) : void
return void
        public void HookToolTipHandling()
        {
            _captionAppButton.MouseController = new ToolTipController(_ribbon.TabsArea.ButtonSpecManager.ToolTipManager, _captionAppButton, _captionAppButton.MouseController);
            _otherAppButton.MouseController = new ToolTipController(_ribbon.TabsArea.ButtonSpecManager.ToolTipManager, _otherAppButton, _otherAppButton.MouseController);
        }