XCore.MultiPane.MultiPane C# (CSharp) Method

MultiPane() public method

public MultiPane ( ) : System
return System
		public MultiPane()
		{
			ResetSplitterEventHandler(false); // Get rid of the handler until we have a parent.

			m_parentSizeHint.Width = m_parentSizeHint.Height = 0;

			// This call is required by the Windows.Forms Form Designer.
			InitializeComponent();
		}