TextControlExCalcSize

www.progui.co.uk  Top  Previous  Next

TextControlExCalcSize()

Syntax

Success = TextControlExCalcSize(ID.i, Text.s, *Width, *Height)

Description

Calculates the width and height in pixels of a TextControlEx using the specified Text.s string.

ID.i is the handle/ID of the TextControlEx. *Width and *Height are pointers to variables that will receive the new dimensions.

Returns true for success or zero for failure.

 

TextControlEx Index