InfoConnect for Airlines
ControlCount Property


Gets the number of controls that are running on this instance of the product.
Syntax
'Declaration
 
Public ReadOnly Property ControlCount As Integer
'Usage
 
Dim instance As Application
Dim value As Integer
 
value = instance.ControlCount
public int ControlCount {get;}

Property Value

The number of controls that are running on this instance of InfoConnect.
See Also