ITeeCommander.Buttons
ITeeCommander

property Buttons: OleVariant;

Type Library
TeeChartx

Description
The Buttons property defines the array of buttons to be displayed on the TeeCommander Control.

It has a similar function to TeeCommander.Controls.

Example [Visual Basic]:

Private Sub Form_Load()

TeeCommander1.Buttons = Array(tcbRotate, tcbZoom, tcbSeparator, tcbEdit)

End Sub