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

SetupParentMonitoring() private method

private SetupParentMonitoring ( ) : void
return void
        private void SetupParentMonitoring()
        {
            // We have to know when the parent of the ribbon changes so we can then hook
            // into monitoring the top level custom chrome control. We need information this
            // decide if we integrate with top chrome or show this control instead.
            _ribbon.ParentChanged += new EventHandler(OnRibbonParentChanged);
        }