location w.r.t.. ...

Can i get X,Y location of a control placed in a tab control w.r.t. the form. It shows X,Y location w.r.t. the tab control. Thanks in advance

1 Reply

AD Administrator Syncfusion Team September 13, 2002 09:25 AM UTC

You should first convert that point to Screen co-ords using PointToScreen and then use PointToClient to convert to client co-ords (of the Form). -Praveen

Loader.
Up arrow icon