InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IView Interface / EnablePlus Property


In This Topic
    EnablePlus Property
    In This Topic
    Enable or disable Plus feature.
    Syntax
    'Declaration
     
    
    Property EnablePlus As Boolean
    'Usage
     
    
    Dim instance As IView
    Dim value As Boolean
     
    instance.EnablePlus = value
     
    value = instance.EnablePlus
    bool EnablePlus {get; set;}
    See Also