ClientHeight, ClientLeft, ClientTop, ClientWidth properties

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 container.

Remarks

At run time, ClientLeft, ClientTop, ClientHeight, and ClientWidth automatically store the coordinates and dimensions of the TabStrip internal area, which is shared by objects in the TabStrip.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.