Changes by last author:

Added:
= getDialogHeight =

== Syntax ==

:getDialogHeight()

== Arguments ==

:none

== Description ==

:Gets the current height of the dialog in vertical DBUs (VDBU).

== Example ==

<code>

Info("DialogSize: %d x %d", getDialogWidth(), getDialogHeight());

</code>

== Also see ==

:getDialogWidth, setDialogMinMax, setDialogPos, VDBUsToPixels

== Comments ==

:Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.