Share

CAcTcUiCatalogView::EditLabel

C++

CEdit * EditLabel(
    int nIndex
);

Description

Starts in-place editing of the item name if the catalog view has the ACTCUI_CVSTYLE_EDITLABELS style. If the view does not have this style set, the function fails.

If the function succeeds, the return value is a pointer to the CEdit object being used to edit the item text. If the function fails, the return value is NULL.

Parameters

Parameters Description
nIndex Input index of the item to be edited

Links

CAcTcUiCatalogView Class

Was this information helpful?