ViewTabGroup.MoveToNewViewFrame Method
Parent Object: ViewTabGroupDescription
Method that moves current ViewTabGroup to a new ViewFrame.
Syntax
ViewTabGroup.MoveToNewViewFrame( [ViewFrameWidth] As Variant, [ViewFrameHeight] As Variant, [ViewFrameLeft] As Variant, [ViewFrameTop] As Variant ) As ViewFrameParameters
Name | Type | Description |
ViewFrameWidth | Variant | Optioanl input Long value that specifies the width of the new ViewFrame. This is an optional argument whose default value is null. |
ViewFrameHeight | Variant | Optioanl input Long value that specifies the height of the new ViewFrame. This is an optional argument whose default value is null. |
ViewFrameLeft | Variant | Optioanl input Long value that specifies the left of the new ViewFrame. This is an optional argument whose default value is null. |
ViewFrameTop | Variant | Optioanl input Long value that specifies the top of the new ViewFrame. This is an optional argument whose default value is null. |