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
public bool UseOtherDelimiters {get; set;}
See Also