Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / Application Class / ControlCount Property


In This Topic
    ControlCount Property
    In This Topic
    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 Reflection.
    See Also