According to the Leszynski Naming Conventions, which of the following is the prefix for a combo box control? A. cbo B. cob C. cmb D. cbx

cbo
cob
cmb
cbx

The correct answer is C. cmb.

The Leszynski Naming Conventions are a set of naming conventions for variables, controls, and other objects in Visual Basic. The prefix for a combo box control is cmb.

The other options are incorrect. A. cbo is the prefix for a command button control. B. cob is not a valid prefix. D. cbx is the prefix for a check box control.

I hope this helps!

Exit mobile version