Description
A method used to set both the ClientWindowHeight and ClientWindowWidth properties with a single call.
-
Return Type
-
None
-
Syntax
-
object.SetClientWindowSize lWidth, lHeight
The SetClientWindowSize Method syntax has these parts: |
| object | An expression evaluating to an object of type McView. | | lWidth | Required. A Long value. | | lHeight | Required. A Long value. | Remarks
This is the size, in screen coordinates, of the viewer's display client window, including scrollbars, if visible.
Exceptions
E_INVALIDARG -- window too small
|