What is the easiest way to assign the ContextMenu control to a control written in C#?
Select Answer:
set the ContextMenu property of that control
set the MenuContext property of that control
use the AddMenu method at run time
use the SubMenu method at design time
None of the above choices.
|