Application.UsableWidth Property

Project Developer Reference

Returns the maximum width available for a project window in points. Read-only Double.

Syntax

expression.UsableWidth

expression   A variable that represents an Application object.

Return Value
Double

Remarks

The UsableWidth property equals the total amount of horizontal space inside the main window minus the space taken up by toolbars and scroll bars.

See Also