Borders.GetFrameThickness

Syntax

Borders.GetFrameThickness( verticalThickness, horizontalThickness)

Purpose

Returns the vertical and horizontal thickness of the frame around the control. The values returned are based on the frame visibility and style.

Parameters

verticalThickness As Long

[Out] Returns the thickness, in pixels, of the vertical portion of the frame.

horizontalThickness As Long

[Out] Returns the thickness, in pixels, of the horizontal portion of the frame.

See Also

Borders.FrameEdgeStyle

Borders.FrameVisible