System.Windows.Forms.TextView.SetSingleLine C# (CSharp) 메소드

SetSingleLine() 공개 메소드

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