Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IHotSpots Interface / UseOtherDelimiters Property


In This Topic
UseOtherDelimiters Property (IHotSpots)
In This Topic
Gets or sets a value indicating whether the contents of the OtherDelimiters property are to be used as additional hotspots delimiters.
Syntax
'Declaration
 
Property UseOtherDelimiters As Boolean
 
'Usage
 
Dim instance As IHotSpots
Dim value As Boolean
 
instance.UseOtherDelimiters = value
 
value = instance.UseOtherDelimiters
See Also