/// <summary> /// Initializes a new instance of the <see cref="Eto.Forms.RadioButtonList"/> class. /// </summary> public RadioButtonList() { ItemTextBinding = new ListItemTextBinding(); ItemKeyBinding = new ListItemKeyBinding(); }
/// <summary> /// Initializes a new instance of the <see cref="Eto.Forms.ListControl"/> class. /// </summary> protected ListControl() { ItemTextBinding = new ListItemTextBinding(); ItemKeyBinding = new ListItemKeyBinding(); }