The programmer use . . . . . . . . property to refer to menu element in code.

Text
Code
Name
Element

The correct answer is Name.

The Name property is a string that identifies the menu element. It is used to refer to the menu element in code.

The Text property is the text that is displayed on the menu element.

The Code property is the code that is executed when the menu element is selected.

The Element property is a reference to the menu element. It is used to access the properties and methods of the menu element.