I want to get the word position, so that I can position my dialogs relative to the word on the screen in the event handler in the ribbon control
private void button1_Click(object sender, RibbonControlEventArgs e)
How to get that? I mean there is no location or Point property which tells the screen coordinates.