Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.GetClientPositionPix Method

Returns the dimensions of the client area used for tab pages.

Syntax

VBobject.GetClientPositionPix(LeftPix As Long, TopPix As Long, WidthPix As Long, HeightPix As Long)

object

A SftTabs object.

LeftPix

Returns the location of the left edge of the client area described by object. The units used are pixels.

TopPix

Returns the location of the top edge of the client area described by object. The units used are pixels.

WidthPix

Returns the width of the client area described by object. The units used are pixels.

HeightPix

Returns the height of the client area described by object. The units used are pixels.

Comments

The GetClientPositionPix method returns the dimensions of the client area used for tab pages.

The GetClientPosition and GetClientPositionPix properties are synonyms, but use different coordinate systems.

The GetClientPositionPix method can only be used if the tab control has been defined with a client area (see ClientArea property).

See Also SftTabs Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.