본문 바로가기

Tip !!!/C# tip

리치텍스트박스 RichTextBox에서 행 단위로 색깔 바꾸기

리치텍스트박스.SelectionColor = Color.Yellow;
 리치텍스트박스.AppendText("텍스트 내용" + "\r\n");