Articles in this section
Category / Section

How to set tristate for checkbox in the ToolStripEx?

1 min read

Set tristate for checkbox

To set the checkBox tristate use the ToolStripCheckBox.ThreeState property. Refer to the below given code snippet and attached sample.

C#

this.toolStripCheckBox1.ThreeState = true;

VB

Me.toolStripCheckBox1.ThreeState = True

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied