A
academic
I'm trying the following but can't determine in the sub if e points to a
item that is checked. I did a quick watch and looked and looked but can not
find anything that I can use to determine if it is checked.
Am I missing something? Is it there?
Protected Overrides Sub OnRenderMenuItemBackground(ByVal e As
ToolStripItemRenderEventArgs)
If e.Item.Tag Is Nothing Then Exit Sub
MyBase.OnRenderMenuItemBackground(e)
....
item that is checked. I did a quick watch and looked and looked but can not
find anything that I can use to determine if it is checked.
Am I missing something? Is it there?
Protected Overrides Sub OnRenderMenuItemBackground(ByVal e As
ToolStripItemRenderEventArgs)
If e.Item.Tag Is Nothing Then Exit Sub
MyBase.OnRenderMenuItemBackground(e)
....