DialogEx.GetSize

table DialogEx.GetSize ( 

)

Example 1

dialog_size = DialogEx.GetSize();

Gets the pixel dimensions of the current dialog and stores the width and height values in the "dialog_size" table. The dimensions can be accessed by referencing dialog_size.Width and dialog_size.Height.

See also:  Related Actions