ITeeEditor.EditorLink
ITeeEditor
property EditorLink: Integer;
Type Library
TeeChartx
Description
Use this property to assciate the TeeEditor characteristics with the Editor opended from a TeeCommander component.
Example
eg. Visual Basic
TeeCommander1.Editor = TeeEditor1
or
TeeCommander1.EditorLink = TChart1.EditorLink
**** VC++ and other environments ****
eg. VC++
m_Commander1.SetEditorLink(m_Chart1.GetEditorLink());