Method FillMethods
FillMethods(ComboBox, ISyntaxParser, Point, ComboBox)
Fills given ComboBox with list of methods obtained from specified document at the given position.
public static void FillMethods(ComboBox comboBox, ISyntaxParser parser, Point position, ComboBox classCombo)
Parameters
comboBox
ComboBoxComboBox control to process.
parser
ISyntaxParserISyntaxParser processes source code.
position
PointPosition in code.
classCombo
ComboBoxContains list of classes.