mrezahoseini
10 years agoContributor
work with listbox in TC
I'm testing a desktop application and need to have access to the items of my listbox, how can I access to the items!!??
also it is the namemapping of my listbox:
Aliases.BankingWinUI.frmAddEditRuleTemplates.tableLayoutPanel1.pnlWizard.kwTabControl1.tabRule1.ucRuleTab11.tableLayoutPanel2.pnlRules.ucRuleDeposits1.tableLayoutPanel1.ucDeposits1.tableLayoutPanel1.lstDeposits
it has been solved
var lb = AppType.frmAddEditRuleTemplates.tableLayoutPanel1.pnlWizard.kwTabControl1.tabRule1.ucRuleTab11.tableLayoutPanel2.pnlRules.ucRuleDeposits1.tableLayoutPanel1.ucDeposits1.tableLayoutPanel1.lstDeposits.wItem(0);
Thanks everyone