ViewAs Property (Read/Write)

Top  Previous  Next

Gets the display format default value of a hotspot. A hotspot can be displayed in four formats: plain text, link, button or none.

 

Visual Basic Syntax

 

[TXTnbHotSpotViewAs =] TNBXHotSpot.ViewAs

 

Delphi Syntax

 

[TXTnbHotSpotViewAs :=] TNBXHotSpot.ViewAs;

 

 

It can take one of this constant values:

 

Constant Value

Meaning

hsButton

Hotspot button style is displayed.

hsLink

Hotspot link style is displayed.

hsNone

No hotspot is displayed.

hsPlain

Hotspot plain text style is displayed.