LAnnAutomation::SetHyperlinkMenuEnabled

Summary

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

Syntax

#include "ltwrappr.h"

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

Parameters

L_BOOL 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.

L_UINT uFlags

Reserved for future use. You can pass 0.

Returns

Value Meaning
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

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LAnnAutomation::IsHyperlinkMenuEnabled.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.