Class FunctionToolTipManager
Represents the function tooltip manager.
Inheritance
System.Object
FunctionToolTipManager
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public static class FunctionToolTipManager : Object
Methods
RegisterEditor(ICellEditor)
Registers the editor.
Declaration
public static void RegisterEditor(ICellEditor editor)
Parameters
ICellEditor
editor
The editor. |
UnregisterEditor(ICellEditor)
Unregisters the editor.
Declaration
public static void UnregisterEditor(ICellEditor editor)
Parameters
ICellEditor
editor
The editor. |