On 9/7/10 9:01 PM, Mark Rajcok wrote: > I'm looking for the equivalent of dTextBox.SelectedText for dHtmlBox. > Does something like that exist?
Yes, it just isn't wrapped in Dabo: dHtmlBox.SelectionToText() -> selected text. > (I want to be able to double-click on some text in a dHtmlBox and have > my event handler copy the selected text into another control.) Hmm, double-clicking would change the selection first. May want to respond to right-clicks instead? Paul _______________________________________________ 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]
