Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

LAnnAutomation::SetHyperlinkMenuEnabled

Show in webframe

#include "ltwrappr.h"

virtual L_INT LAnnAutomation::SetHyperlinkMenuEnabled(bEnable=TRUE, uFlags=0)

L_BOOL bEnable;

/* flag that indicates whether to show the hyperlink menu item */

L_UINT uFlags;

/* reserved for future use */

Enables or disables the displaying of the hyperlink menu item when you click the right mouse button in design mode.

Parameter

Description

bEnable

Flag that indicates whether to display the hyperlink menu item when you right click in design mode. Possible values are:

 

Value

Meaning

 

TRUE

Show the hyperlink menu item when you click the right mouse button in design mode.

 

FALSE

Do not show the hyperlink menu item.

uFlags

Reserved for future use. You can pass 0.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Set bEnable to TRUE if you want to bring up a dialog box to select the type of hyperlink an object will have. There is no default way to set the hyperlink type. The text in the menu is given by ANNAUTOTEXT_MENU_HYPERLINK (see LAnnAutomation::SetAutoText).

Required DLLs and Libraries

LTANN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64.

See Also

Functions:

LAnnAutomation::IsHyperlinkMenuEnabled, LAnnAutomation::SetAutoMenuEnabled, LAnnotation::SetHyperlink, LAnnotation::GetHyperlinkLen, LAnnotation::GetHyperlink, LAnnAutomation::SetAutoText, Class Members

Topics:

Annotation Functions: Hyperlinks

Example

For an example, refer to LAnnAutomation::IsHyperlinkMenuEnabled.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.