|
|
|
|
|
- Overview
- How to?
- Implementation
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control. This option is also available in the columns of Table, TreeView Table, Spreadsheet and Pivot Table controls. If the column is not editable, the cell content is selected. When the option "Search on Internet" is selected, a Google search is automatically launched for the selected elements. Implementation The option "Search xxxx on Internet" is automatically implemented for the following controls: - Edit controls.
- Table and TreeView Table controls,
- Spreadsheet controls,
- Pivot Table controls.
Through programming: - use AAFDisable with the aafInternetSearch constant to delete the option in the context menu.
- AAFConfigure allows you to specify the search engine used (Google by default).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|