Axiom.Samples.SelectMenu.ClearItems C# (CSharp) Method

ClearItems() public method

public ClearItems ( ) : void
return void
		public void ClearItems()
		{
			this.items.Clear();
			this.sectionIndex = -1;
			this.smallTextArea.Text = "";
		}