Page 1 of 1

Listbox SelectionMode property

Posted: Thu Mar 08, 2012 4:09 pm
by t4k9
How would Ranorex retrieve the SelectionMode property of a wpf listbox? Basically, I want to know whether a listbox enables multi-select or not. Thanks in advance.

Re: Listbox SelectionMode property

Posted: Fri Mar 09, 2012 10:50 am
by Support Team
Hi,
t4k9 wrote:How would Ranorex retrieve the SelectionMode property of a wpf listbox? Basically, I want to know whether a listbox enables multi-select or not. Thanks in advance.
Ranorex uses the UIAutomation Framework and such a property isn't provided by this framework. You have to ask your developers if the provide you a public custom property to access it or you write it to the HelpText of the element.

Regards,
Peter
Ranorex Team

Re: Listbox SelectionMode property

Posted: Fri Mar 09, 2012 2:16 pm
by t4k9
Thanks for your timely reply. TK