Class FunctionToolTipManager
Represents the function tooltip manager.
Inheritance
System.Object
FunctionToolTipManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public static class FunctionToolTipManager
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. |