ctrlVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 5: Line 5:


'''Operand types:'''
'''Operand types:'''
'''
 
idc:''' [[Number]]
'''idc:''' [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''

Revision as of 18:08, 16 April 2006

back to COMREF

ctrlVisible idc


Operand types:

idc: Number

Type of returned value:

Boolean

Description:

Return if control with id idc of topmost user dialog is visible.


Example:

_visible = ctrlVisible 100