GetDialogPos and SetDialogPos

 

   

Creating User Interfaces - Quick Navigation

<Point2>GetDialogPos <Rollout>

Returns the position of the Dialog built from the rollout relative to the upper left corner of the screen in Point2 format.

   

SetDialogPos <Rollout> <Point2>

Sets the position of the Dialog built from the rollout relative to the upper left corner of the screen.

<Rollout>: The rollout used to build the Dialog to set the position of.

<Point2>: Position where to place the Dialog.

   

See Also