Share via


UsableHeight Property

Returns the maximum height of the space in pixels that a window can occupy in the application window area. Returns the same value as the Height property. Read-only Double.

expression.UsableHeight

*expression   * Required. An expression that returns a Window object.

Remarks

You can use the UsableWidth property to return the maximum possible width for a window.

Applies to | Window Object

See Also | UsableWidth Property