L_VecSetObjectTooltip

#include "lvkrn.h"

L_LVKRN_API L_INT L_VecSetObjectTooltip(pVector, pObject, pszTooltip)

pVECTORHANDLE pVector;

pointer to the vector handle

pVECTOROBJECT pObject;

pointer to a VECTOROBJECT structure

L_TCHAR * pszTooltip;

object tool tip

Sets the objects tooltip.

Parameter

Description

pVector

Pointer to the vector handle.

pObject

Pointer to a VECTOROBJECT structure that references the vector object for which to set the tooltip. If the object already has a tool tip, it will be overwritten.

pszTooltip

Pointer to a NULL terminated string which contains the tool tip.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LVKRN

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

See Also

Functions:

L_VecShowObjectTooltip, L_VecHideObjectTooltip, L_VecGetObjectTooltip

Topics:

Tooltips

 

Working with Tooltips

Example

For an example please refer to L_VecGetObjectTooltip

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C API Help