Is there a way to access the .net Combo Box (and other controls) object the mongoose objects are derived from?
I want to access properties that are not available in the encapsulated mongoose version of the .net winform controls
Thank you
--ilann
Why would you want to do this? Is there an example of something that you are trying to accomplish?
I want to position the cursor in a specific position with the SelectionStart Property
( https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.combobox.selectionstart?view=windowsdesktop-7.0)
please help
OK, so you do not want the 'Record Selected', but the 'partial text' selected, is this correct?i.e.
Correct