AnnHyperlinkType property (ILEADRasterAnnotation)
|
short AnnHyperlinkType | |
|
Overview |
Refer to Implementing Annotations. |
Remarks
(Read only) Gets the type of annotation hyperlink. This property is updated by calling the AnnGetHyperlinkType method.
|
Value |
Meaning |
|
ANN_LINK_NONE |
[0] means that the object has no hyperlink |
|
ANN_LINK_ANNEVENT |
[1] means that WM_LTANNHYPERLINK message will be sent with no parameters. |
|
ANN_LINK_ANNEVENT5 |
[2] means that WM_LTANNHYPERLINK message will be sent with 2 parameters. |
|
ANN_LINK_RUN |
[3] that a program will be run. |
|
ANN_LINK_WEBPAGE |
[4] that the default browser will be instructed to go to the specified web page. |
See Also
|
Elements: |
AnnSetHyperlinkMsg method, AnnSetHyperlinkString method, AnnGetHyperlinkType method |