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


In This Topic
OtherDelimiters Property (IHotSpots)
In This Topic
Gets or sets a value indicating other character(s) to use as hotspot delimiters when the UseOtherDelimiters property is set to true.
Syntax
'Declaration
 
Property OtherDelimiters As String
 
'Usage
 
Dim instance As IHotSpots
Dim value As String
 
instance.OtherDelimiters = value
 
value = instance.OtherDelimiters
See Also