TabStrip.ClientWidth Property
Outlook Forms Script Reference |
Returns a Single value that represents the width dimension of the display area of a TabStrip. Read-only.
Syntax
expression.ClientWidth
expression A variable that represents a TabStrip object.
Remarks
For ClientHeight and ClientWidth, specifies the distance, in points, from respectively the top and left edge of the TabStrip's container. For ClientLeft and ClientTop, specifies the location, in points, of respectively the top and left edges of the TabStrip's container.
At run time, ClientLeft, ClientTop, ClientHeight, and ClientWidth automatically store the coordinates and dimensions of the TabStrip control's internal area, which is shared by objects in the TabStrip.
See Also