ARCed.UI.DockPanel.AutoHideWindowControl.SetActivePane C# (CSharp) Method

SetActivePane() private method

private SetActivePane ( ) : void
return void
            private void SetActivePane()
            {
                DockPane value = (this.ActiveContent == null ? null : this.ActiveContent.DockHandler.Pane);

                if (value == this.m_activePane)
                    return;

                this.m_activePane = value;
            }