Share

EditName Method

Overload List

Method Description
CAdUiPalette::EditName () Displays an in-place edit box of the palette name centered on the palette's tab if the palette has the PS_EDIT_NAME style set.This version of EditName() is intended for use only if the palette has a visible tab in its containing palette set.
CAdUiPalette::EditName (CPoint &) The base class implementation of this function displays an in-place edit box at the location specified by ptLoc if the palette has the PS_EDIT_NAME style set on it. Override it to provide a different user interface for renaming a palette.EditName() is called by the default palette set implementation when the user selects Rename from the shortcut menu of a tab representing a palette that has the PS_EDIT_NAME style set.

Was this information helpful?