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