Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8565665
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:28:44+00:00 2026-06-11T17:28:44+00:00

I am designing a logging feature in which User can select which event he

  • 0

I am designing a logging feature in which User can select which event he wants to log.
On clicking button, I am showing such type of menu:
Context Menu on Button click

User can select multiple Events so I need to show “Check Mark” infront of the selected option when user clicks on it.

I am unable to find any options like “Checked” or “CheckOnClick” as mentioned in this question.

I tried with ContextMenu and ContextMenuStrips but couldn’t achieve Checkboxes.
Any Suggestions??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T17:28:45+00:00Added an answer on June 11, 2026 at 5:28 pm

    Don’t see any of your code so I don’t know how you create this menu. But in the most general terms, here is how you access the Checked property.

    ((ToolStripMenuItem)contextMenuStrip.Items[0]).Checked = true; //false;
    ((ToolStripMenuItem)contextMenuStrip.Items[1]).Checked = true; //false;
    ((ToolStripMenuItem)contextMenuStrip.Items[2]).Checked = true; //false;
    

    You can assign them as either true or false. If you have named your ToolStripItems, then you can access them directly rather than going to the Items array.

    contextMenuStrip.event1.Checked = true; //false;
    

    As you can see, I am using a ContextMenuStrip.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am designing a logging system that will store its log entries in RavenDB,
i am designing a silverlight application in which i want to level of user
Designing and processing a form where the user can add an arbitrary number of
When designing a form in the IDE, non-visual components (eg TMainMenus, TDatamodules) can be
while designing my user control, i encountered the following problem: i would like to
When designing a form I have the option of putting a close button at
I am designing XML for some custom logging. There's a part in the logger
We're currently designing an organization-wide logging mechanism (based on C#). One of the requirements
I'm designing a web application that has to pass sensitive information (like the user's
I'm going to be designing a simple data analysis tool which processes different kinds

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.