コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TextBox"/> class.
 /// </summary>
 public TextBox() : base(new SafeControlHandle(Libui.NewEntry()), true)
 {
 }