UseOtherDelimiters Property (HotSpots)
In This Topic
Gets or sets a value indicating whether the contents of the OtherDelimiters property are to be used as additional hotspots delimiters.
Syntax
'Declaration
Public Property UseOtherDelimiters As Boolean
'Usage
Dim instance As HotSpots
Dim value As Boolean
instance.UseOtherDelimiters = value
value = instance.UseOtherDelimiters
public bool UseOtherDelimiters {get; set;}
See Also