Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleMake menu items behave like check boxes in Visual Basic .NET
DescriptionThis example shows how to make menu items behave like check boxes in Visual Basic .NET.
Keywordscheck box, checkbox, menu, menu items, Visual Basic .NET, VB.NET
CategoriesControls
 
Making a menu item behave like a check box is a lot easier than making a set of items behave like a radio button group (see Make the items in a menu behave as a radio button group in Visual Basic). Simply set the menu item's CheckOnClick property to true and it will automatically toggle. All you need to do is catch its Click event to take the appropriate action.
 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated