TiPlotDataCursor.MenuUserCanChangeOptions
TiPlotDataCursor
Used to specify whether your application user can view and use the Options
popup menu on the Data Cursor.
property MenuUserCanChangeOptions : Boolean;
Description
Use MenuUserCanChangeOptions to specify whether your application user can view
and use the Options popup menu on the Data Cursor.
If this property is TRUE, then your application user will see the standard
Options pop-out menu when right-clicking on the Data Cursor. If this property is
FALSE, then the Options pop-out menu will not be available, but the other
pop-up menu items such as chanenl selection will still be available.
Example
Delphi
iComponent.MenuUserCanChangeOptions := False;
C++ Builder
iComponent->MenuUserCanChangeOptions = False;
Contents | Index | Previous | Next