C# Class ARKBreedingStats.ParentComboBox

Inheritance: System.Windows.Forms.ComboBox
Show file Open project: cadon/ARKStatsExtractor

Public Properties

Property Type Description
naLabel string
parentsSimilarity List
preselectedCreatureGuid System.Guid

Public Methods

Method Description
ParentComboBox ( ) : System

Private Methods

Method Description
comboBoxParents_DrawItem ( object sender, DrawItemEventArgs e ) : void
comboBoxParents_DropDownClosed ( object sender, EventArgs e ) : void

Method Details

ParentComboBox() public method

public ParentComboBox ( ) : System
return System

Property Details

naLabel public property

public string naLabel
return string

parentsSimilarity public property

public List parentsSimilarity
return List

preselectedCreatureGuid public property

public Guid,System preselectedCreatureGuid
return System.Guid