NameInEditor Property (Profile Manager Control)
Windows - Visual C++
Dispatch ID = 0x03
Description
The NameInEditor property returns
or sets the name displayed in the Profile Name edit box of the
Profile Editor dialog box.
Syntax
CString name = GetNameInEditor();
void SetNameInEditor(LPCTSTR lpszNewValue);
The NameInEditor syntax has these parts:
Part |
Description |
|
name |
A string containing the name of the profile. |
Remarks
An error will be thrown if this
property is set to a string with more than 32 characters.
See Also: CodeInEditor CriteriaInEditor
Back to: Profile Manager Properties