SpaceDelimiter Property (HotSpots)
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
Public Property SpaceDelimiter As Boolean
'Usage
Dim instance As HotSpots
Dim value As Boolean
instance.SpaceDelimiter = value
value = instance.SpaceDelimiter
public bool SpaceDelimiter {get; set;}
See Also