// Methods
		internal TabStripTabCollection(DNNTabStrip owner)
		{
			this.owner = owner;
		}
Beispiel #2
0
		/// -----------------------------------------------------------------------------
		/// <summary>
		/// Allows tab to be assigned a parent.  
		/// </summary>
		/// <value></value>
		/// <remarks>
		/// Needed for callback scenerios where the tab is passed as a parameter
		/// </remarks>
		/// <history>
		/// 	[Jon Henning]	8/7/2006	Commented
		/// </history>
		/// -----------------------------------------------------------------------------
		internal void SetParent(DNNTabStrip Parent)
		{
			m_oParentTabStrip = Parent;
		}