ctrlTextHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version ____________________...")
 
mNo edit summary
 
(46 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 0.50


|0.50|= Game version
|gr1= GUI Control
____________________________________________________________________________________________


| Returns the text height. |= Description
|descr= Returns the control text height. Supported control [[ctrlType|types]] are:
____________________________________________________________________________________________
* [[CT_STATIC]]
* [[CT_STRUCTURED_TEXT]]
* [[CT_EDIT]]
Since Arma 3 v2.05.147765 control types added:
* [[CT_XKEYDESC]]
* [[CT_XBUTTON]]
* [[CT_SHORTCUTBUTTON]]
* [[CT_BUTTON]]
* [[CT_ACTIVETEXT]]
|s1= [[ctrlTextHeight]]  control


| '''ctrlTextHeight''' structuredTextControl |= Syntax
|p1= control: [[Control]]


|p1= structuredTextControl: [[Control]] |= PARAMETER1
|r1= [[Number]]


| [[Number]] |= RETURNVALUE
|x1= <sqf>_h = ctrlTextHeight _ctrl;</sqf>


|seealso= [[ctrlFontHeight]] [[ctrlTextWidth]] [[ctrlSetText]] [[ctrlType]] [[Arma: GUI Configuration]]
}}


|x1= <code>
<dl class="command_description">
</code>|= EXAMPLE1
 
____________________________________________________________________________________________
 
|  |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
<dt></dt>
<dl class='command_description'>
<dd class="notedate">Posted on 2017-05-24 - 21:34 (UTC)</dd>
<!-- Note Section BEGIN -->
<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>


<!-- Note Section END -->
</dl>
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 20:59, 16 April 2024

Hover & click on the images for description

Description

Description:
Returns the control text height. Supported control types are: Since Arma 3 v2.05.147765 control types added:
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 or on the Forums.
Only post proven facts here! Add Note
Posted on 2017-05-24 - 21:34 (UTC)
Nelis.75733126
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.