Reflection
SpaceDelimiter Property (Hotspot)


Gets or sets a value indicating whether to use the white space created by pressing the SPACEBAR as a hotspot delimiter.
Syntax
'Declaration
 
Public Property SpaceDelimiter As Boolean
'Usage
 
Dim instance As Hotspot
Dim value As Boolean
 
instance.SpaceDelimiter = value
 
value = instance.SpaceDelimiter
public bool SpaceDelimiter {get; set;}
See Also