Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / Hotspot Class / UseOtherDelimiters Property


In This Topic
UseOtherDelimiters Property (Hotspot)
In This Topic
Gets or sets a value indicating whether to use other characters as hotspot delimiters.
Syntax
'Declaration
 
Public Property UseOtherDelimiters As Boolean
 
'Usage
 
Dim instance As Hotspot
Dim value As Boolean
 
instance.UseOtherDelimiters = value
 
value = instance.UseOtherDelimiters
See Also