ctrlTextHeight: Difference between revisions

From Bohemia Interactive Community
m (Some wiki formatting)
m (Some wiki formatting)
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
}}
}}


<dl class="command_description">
{{Note
 
|user= Nelis75733126
<dt></dt>
|timestamp= 20170524213400
<dd class="notedate">Posted on 2017-05-24 - 21:34 (UTC)</dd>
|text= In {{arma3}} v1.70, this command always returns 0 if the definition for width of the control ( inside .hpp or .cpp file ) is missing.
<dt class="note">[[User:Nelis.75733126|Nelis.75733126]]</dt>
}}
<dd class="note">
In Arma 3 v1.70, this command always returns 0 if the definition for width of the control ( inside .hpp or .cpp file ) is missing.  
</dd>
 
</dl>

Latest revision as of 18:38, 9 January 2026

Hover & click on the images for description

Description

Description:
Returns the text control's height. Supported control types:
Groups:
GUI Control

Syntax

Syntax:
ctrlTextHeight control
Parameters:
control: Control
Return Value:
Number

Examples

Example 1:
_h = ctrlTextHeight _ctrl;

Additional Information

See also:
ctrlFontHeight ctrlTextWidth ctrlSetText ctrlType Arma: GUI Configuration

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note
Nelis75733126 - c
Posted on May 24, 2017 - 21:34 (UTC)
In Arma 3 v1.70, this command always returns 0 if the definition for width of the control ( inside .hpp or .cpp file ) is missing.