Y
Yash Ganthe
Hi,
What control should I use for displaying ToolstripMenuitems that have
a checkbox, an image and a label for that menu item?
You can see an example of this when you try to set the Toolbar options
in Visual Studio 2008, or in the toolbar options for Outlook 2007.
In VS 2008 if you click on the extreme right of the toolbar which
shows the Save, Save all, etc. , you see a menu which has all items
that are displayed that way.
What .NET control is it?
If I use ToolstripMenuItem control, it has Checked and Image
properties. If there is no image assigned at design time, I can see
the checkbox in the menu item. If the image is assigned, the image
appears over the checkbox.
Is there any setting that can help to show the check box besides the
image?
Thanks,
Yash
What control should I use for displaying ToolstripMenuitems that have
a checkbox, an image and a label for that menu item?
You can see an example of this when you try to set the Toolbar options
in Visual Studio 2008, or in the toolbar options for Outlook 2007.
In VS 2008 if you click on the extreme right of the toolbar which
shows the Save, Save all, etc. , you see a menu which has all items
that are displayed that way.
What .NET control is it?
If I use ToolstripMenuItem control, it has Checked and Image
properties. If there is no image assigned at design time, I can see
the checkbox in the menu item. If the image is assigned, the image
appears over the checkbox.
Is there any setting that can help to show the check box besides the
image?
Thanks,
Yash