The PanelToolStripItem wrapper for the control used as tabs for the VerticalTabControl.
Inheritance: PanelToolStripItem
Beispiel #1
0
 /// <summary>
 /// The default constructor.
 /// </summary>
 public VerticalTabPage()
 {
     m_vtbTab = new VerticalTabButton(this);
 }
		/// <summary>
		/// The default constructor.
		/// </summary>
		public VerticalTabPage()
		{
			m_vtbTab = new VerticalTabButton(this);
		}