Forum Discussion
anna_v
Staff
13 years agoHi,
Well, and did you check whether this property is appropriate for your testing needs? Since the property is a native property of the Developer Express control, I suggest that you refer to the Developer Express documentation to find the complete description of a property.
By the way, I see that you can get a certain menu item in the following way:
Aliases["Grip_UI_Wpf"]["HwndSource_PopupRoot"]["PopupRoot"]["Decorator"]["NonLogicalAdornerDecorator"]["BarPopupBorderControl"]["PopupMenuBarControl"]["Items"]["Item"](i)
That means that you are working with individual menu items via TestComplete's MenuItem object. And this object has the Enabled property for sure. Please refer to TestComplete's help for detailed information.
I hope this helps.
Ann