I use a GroupBox and its text property is supposed to be "Word1 & Word2". But it seems the UseMnemonic feature takes effective that the result looks like "Word _Word2".
So how can I disable UseMnemonic feature of a GroupBox? Or any workaround.
(I know there is property UseMnemonic for a Button control, but I cannot find the corresponding property for GroupBox, which sounds very weird to me)