[Mono-bugs] [Bug 425277] UIA Suport in ToolTip Component
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Sep 10 18:00:08 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=425277
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=425277#c5
--- Comment #5 from Jonathan Pobst <jpobst at novell.com> 2008-09-10 16:00:07 MDT ---
Thank you for explaining it! Would the following logic not work?
static void ToolTip_Popup (object sender, PopupEventArgs e)
{
// Find control in a11y tree
Node n = Tree.Nodes.Find (e.AssociatedControl);
// Add tooltip to tree
n.SubNodes.Add ((ToolTip)sender);
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list