ARCed.UI.VS2005DockPaneCaption.VS2005DockPaneCaption C# (CSharp) Method

VS2005DockPaneCaption() public method

public VS2005DockPaneCaption ( DockPane pane ) : System
pane DockPane
return System
        public VS2005DockPaneCaption(DockPane pane)
            : base(pane)
        {
            SuspendLayout();

            this.m_components = new Container();
            this.m_toolTip = new ToolTip(this.Components);

            ResumeLayout();
        }