CPB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: TMainMenu/TMenuItem bug?
Hi ,
as before to add an item to Edit menu
TMenuItem* MI = new TMenuItem(MainMenu1);
MI->Caption = "Bogus File";
MainMenu1->Items->Items[1]->Add(MI);
to add to any other item group. this may be of
look under help tmenuitem griopindex..
Group Index Description
File 0 file menu
Edit 1 editing the active OLE object
View 3 the view of the OLE object.
Help 5 online Help.
0 being the file or first spot in cunstructed menu
Note: See the documentation for the OLE server for information about
whether it attempts menu merge during in-place activation.
W Komornicki's Home Page |
Main Index |
Thread Index