Encapsulates a simple explorer bar-like control.
Inheritance: FwPanel
Example #1
0
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// Handles one of the character grids in the explorer bar expanding or collapsing.
		/// </summary>
		/// ------------------------------------------------------------------------------------
		private void HandleCharGridCharExplorerItemStateChanged(SimpleExplorerBar expBar,
			ExplorerBarItem item)
		{
			btnRemoveChar.Enabled = !string.IsNullOrEmpty(m_validCharsGridMngr.CurrentCharacter);
		}