panelA.location.Y = 15 won't work

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i need to compute the location of a panel control but can't find the syntax to set the X,Y coordinates. Any ideas?
 
How about Setting panelA.Left and panelA.Top ?

Marcin Floryan

bill said:
i need to compute the location of a panel control but can't find the
syntax to set the X,Y coordinates. Any ideas?
 
* "=?Utf-8?B?YmlsbA==?= said:
i need to compute the location of a panel control but can't find the syntax to set the X,Y coordinates. Any ideas?

Set the control's 'Left' and 'Top' properties individually, or assign a
new instance of 'Point' to its 'Location' property.
 
Back
Top