Habanero.Faces.Win.DateRangeComboBoxWin.SetTopComboBoxItem C# (CSharp) Method

SetTopComboBoxItem() public method

Sets the item in the ComboBox that first appears to the user
public SetTopComboBoxItem ( string displayString ) : void
displayString string The string to display
return void
        public void SetTopComboBoxItem(string displayString)
        {
            _manager.SetTopComboBoxItem(displayString);
        }