System.Windows.Forms.ListView.ListViewLabelEditTextBox.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
			public void Reset ()
			{
				max_width = -1;
				min_width = -1;
				
				max_height = -1;
				
				old_number_lines = 1;
				
				Text = String.Empty;
				
				Size = DefaultSize;
			}