Forum Discussion
AlexeyKolosov
Staff
14 years agoHi Stephen,
Make sure you have the Advanced view (not Basic view) enabled in the Object Browser. Also, make sure you have the Show hidden members option enabled. This will make the property available in TestComplete. As for Visual Studio and the official controls documentation, it looks like the property in question is private and therefore is not documented.
BTW, information on settings which affect the Object Browser can be found in the Settings That Affect the Object Browser Display help topic.
That's probably because the panel becomes docked (not auto-hidden) when the approach I suggested is used. I've created another sample which simply clicks the needed button to make the panel visible - this should be much closer to usual user actions. You can find the sample here:
Make an auto-hidden panel visible
I tried to find further details on the AutoHideInfo property on the DevXpress Web site, but it doesn't seem to be documented, nor is it visible to TestComplete when using the Object Spy.
Make sure you have the Advanced view (not Basic view) enabled in the Object Browser. Also, make sure you have the Show hidden members option enabled. This will make the property available in TestComplete. As for Visual Studio and the official controls documentation, it looks like the property in question is private and therefore is not documented.
BTW, information on settings which affect the Object Browser can be found in the Settings That Affect the Object Browser Display help topic.
This does activate the hidden panel as you suggested, but, unlike a real user who is using the system, once the panel is finished with, I cannot close it.
That's probably because the panel becomes docked (not auto-hidden) when the approach I suggested is used. I've created another sample which simply clicks the needed button to make the panel visible - this should be much closer to usual user actions. You can find the sample here:
Make an auto-hidden panel visible