Share

CAcTcUiCatalogView::EndLabelEdit

C++

BOOL EndLabelEdit(
    BOOL bCancel = FALSE
);

Description

Ends the in-place editing of the item name. If bCancel is false and the validation fails when it tries to end the editing, this function returns false and the editing is not ended.

Returns true if label editing was ended successfully. Returns false if label editing is not in progress currently or if label editing could not be ended.

Parameters

Parameters Description
bCancel Input Boolean indicating whether to cancel label editing and discard the changes or accept the changes (the default)

Links

CAcTcUiCatalogView Class

Was this information helpful?