Class
FunctionToolTipManager

Represents the function tooltip manager.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public static class FunctionToolTipManager

Inheritance: objectFunctionToolTipManager

Methods

RegisterEditor(ICellEditor)

Registers the editor.

Declaration

cs-api-definition
public static void RegisterEditor(ICellEditor editor)

Parameters

editor

ICellEditor

The editor.

UnregisterEditor(ICellEditor)

Unregisters the editor.

Declaration

cs-api-definition
public static void UnregisterEditor(ICellEditor editor)

Parameters

editor

ICellEditor

The editor.