InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IHotSpots Interface / MatchCase Property


In This Topic
    MatchCase Property (IHotSpots)
    In This Topic
    Gets or sets a value indicating whether hotspots are case sensitive.
    Syntax
    'Declaration
     
    
    Property MatchCase As Boolean
    'Usage
     
    
    Dim instance As IHotSpots
    Dim value As Boolean
     
    instance.MatchCase = value
     
    value = instance.MatchCase
    bool MatchCase {get; set;}
    See Also