Ed Leafe wrote: > On Jan 31, 2008, at 4:39 AM, Uwe Grauer wrote: > >> What is the best method to set the backgroundcolor of a dTextBox >> to the Backgroundcolor of the dForm? >> >> I want to use the same color for a dTextbox because it should look >> like >> a dLabel. > > textbox.DynamicBackColor = lambda: textbox.Form.BackColor > > Be aware that BackColor for textboxes is not supported on all > platforms.
I guess i have to do this in the afterInit of the dTextbox? Uwe _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
