// Version 1.0.0 public static void SetText(ComboBoxEntry cbWidget, string strText) { cbWidget.InsertText(0, strText); cbWidget.Active = 0; }