ContextMenu Icon ...

  • Thread starter Thread starter Sender
  • Start date Start date
S

Sender

In my VB.Net in the Toolbox I have noticed two things:

(1) All the controls like Button, TextBox, MainMenu, Checkbox etc. have the
same icon in the Toolbox. (That icon is dimmed and is of TreeView control).

(2) I wanted to insert ContextMenu control icon. But I can't find that in my
Windows Form (Toolbox). However there is MainMenu Control.
 
Hi,
for point (2)
U can customize ur toolbox, right click on the toolbox and
click on Add/Remove Items..
This will take U to the Customize ToolBox. Select
ContextMenu from the list.

Regards
Mahesh
 
Back
Top