ctrlSetFocus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">''''' ctrlSetFocus ''control'''''</h2>
<h2 style="color:#000066">''' ctrlSetFocus ''control'''''</h2>




Line 9: Line 9:


'''control'''': [[Control]]
'''control'''': [[Control]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 17: Line 16:
'''Compatibility:'''
'''Compatibility:'''


Version 2.50 required.
Version 2.92 required.


'''Description:'''
'''Description:'''


Set the input focus on given control.
Set the input focus on given control.


'''Example''':
'''Example''':
      
      
'''ctrlSetFocus''' _control
'''ctrlSetFocus''' _control

Revision as of 13:30, 6 July 2006


ctrlSetFocus control


Operand types:

control': Control

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Set the input focus on given control.


Example:

ctrlSetFocus _control