P
Paul Cheetham
Hi,
I have an application (written in c#) where I am using a context menu
for some custom objects on the screen.
The context menu has a sub-menu which consists of 4 options, on which I
have set the RadioCheck option to true, as I want these items to
function as a group of radio buttons.
Since I couldn't find any option to set which group each of the items
was in I assumed it would work as it is.
However, when I test it, selected an item on the menu does not de-select
the one that is currently selected.
Surely I don't have to do that myself do I?
Have I missed something? Do I mis-understand something, or is there
some basic functionality missing?
Thankyou.
Paul
I have an application (written in c#) where I am using a context menu
for some custom objects on the screen.
The context menu has a sub-menu which consists of 4 options, on which I
have set the RadioCheck option to true, as I want these items to
function as a group of radio buttons.
Since I couldn't find any option to set which group each of the items
was in I assumed it would work as it is.
However, when I test it, selected an item on the menu does not de-select
the one that is currently selected.
Surely I don't have to do that myself do I?
Have I missed something? Do I mis-understand something, or is there
some basic functionality missing?
Thankyou.
Paul