New to Telerik UI for WinFormsStart a free 30-day trial

Represents the function tooltip manager.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public static class FunctionToolTipManager

Inheritance: objectFunctionToolTipManager

Methods

Registers the editor.

C#
public static void RegisterEditor(ICellEditor editor)
Parameters:editorICellEditor

The editor.

Unregisters the editor.

C#
public static void UnregisterEditor(ICellEditor editor)
Parameters:editorICellEditor

The editor.