contom control1 C# Winform | textbox vertical alignment | custom control C# Winform | textbox vertical alignment | custom control 1. TextBox 상속 클래스 만들기 프로젝트 -> 새 항목 추가 -> 클래스 클래스 이름 : VerticalTextBox.cs 2. TextBox 상속 클래스 Code 작성 using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; public class VerticalTextBox : Control { public.. 2020. 12. 4. 이전 1 다음