ITeeCommander.Controls
ITeeCommander

property Controls: OleVariant;

Type Library
TeeChartx

Description
The Controls property defines the buttons to be displayed on the TeeCommander Control.

Example [Visual Basic]:

Private Sub Form_Load()

TeeCommander1.Chart = TChart1

TeeCommander1.Controls = Array(tcbRotate, _

tcbSeparator, _

tcbZoom, _

tcbSeparator, _

tcbEdit)

End Sub