CodeInEditor Property (Profile Manager Control)
Windows - Visual C++
Dispatch ID = 0x01
Description
The CodeInEditor property returns
or sets the code displayed in the Profile Code edit box of the
Profile Editor dialog box.
Syntax
CString name = GetCodeInEditor();
void SetCodeInEditor(LPCTSTR lpszNewValue);
The CodeInEditor syntax has these parts:
Part |
Description |
|
code |
A string containing the two character code. |
Remarks
This property must be set to the
code for a currently registered profile before calling the ShowProfileEditor
method for a profile modification.
See Also: CriteriaInEditor NameInEditor
Back to: Profile Manager Properties