ClientHeight, ClientLeft, ClientTop, ClientWidth Properties [Outlook 2003 Forms Help]
Define the dimensions and location of the display area of a TabStrip.
Syntax
object.ClientHeight [ =Single]
object.ClientLeft [ =Single]
object.ClientTop [ =Single]
object.ClientWidth [ =Single]
The ClientHeight, ClientLeft, ClientTop, and ClientWidth property syntaxes have these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Single | Optional. For ClientHeight and ClientWidth, specifies the height or width, in points, of the display area. For ClientLeft and ClientTop, specifies the distance, in points, from the top or left edge of the TabStrip's container. |
Remarks
At run time, ClientLeft, ClientTop, ClientHeight, and ClientWidth automatically store the coordinates and dimensions of the TabStrip's internal area, which is shared by objects in the TabStrip.
Applies to | TabStrip control