コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Eto.Forms.RadioButtonList"/> class.
 /// </summary>
 public RadioButtonList()
 {
     ItemTextBinding = new ListItemTextBinding();
     ItemKeyBinding  = new ListItemKeyBinding();
 }
コード例 #2
0
ファイル: ListControl.cs プロジェクト: CheckTech/Eto
 /// <summary>
 /// Initializes a new instance of the <see cref="Eto.Forms.ListControl"/> class.
 /// </summary>
 protected ListControl()
 {
     ItemTextBinding = new ListItemTextBinding();
     ItemKeyBinding  = new ListItemKeyBinding();
 }