> On Mon, Aug 3, 2009 at 8:46 PM, <[email protected]> wrote: >> In a message dated 8/2/2009 8:42:20 A.M. Eastern Daylight Time, >> [email protected] writes: >> You can just specify that with a form property: >> >> ShowMenuBar = False >> >> >> A nice place to check for properties is the API, which you can >> download or browse online at http://paul.dabodev.com/doc/api/ >> >> If you want to manipulate the menu, there are a lot of goodies at: >> http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dMenuBar.dMenuBar.html >> > > I'd like to try this, but I don't see where you'd place the statement to > change the property. I don't see this property listed for dForm in the Class > Designer. Is there another place I should look? > > Jonathan Poor >
Please don't "top post"! Use the initProperties method. In general, properties are set in the constructor or in the initProperties method. It is also possible to set properties with the setProperties() method. Miguel _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
