System.Windows.Forms.TextView.SetSingleLine C# (CSharp) Méthode

SetSingleLine() public méthode

public SetSingleLine ( ) : void
Résultat void
		public void SetSingleLine()
		{
			if(this.Value.Contains("\n"))
				this.Value = this.Value.Replace("\n","");	
		}