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


In This Topic
SpaceDelimiter Property (IHotSpots)
In This Topic
Gets or sets a value indicating whether the whitespace created by pressing the spacebar is to be used as a hotspots delimiter.
Syntax
'Declaration
 
Property SpaceDelimiter As Boolean
 
'Usage
 
Dim instance As IHotSpots
Dim value As Boolean
 
instance.SpaceDelimiter = value
 
value = instance.SpaceDelimiter
See Also