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