[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ISubEditor

ISubEditor Interface

Interface that defines the methods and properties required by objects used as editors within the editor.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface ISubEditor
Public Interface ISubEditor

Methods

Name Description
GetLocation(Rectangle)

Gets the initial location of the subeditor control.

GetPreferredSize()

Gets the preferred (maximum required) size of the cell for the subeditor control.

GetSubEditorControl()

Gets the control associated with the subeditor.

GetValue()

Gets the value from the subeditor control.

SetValue(object)

Sets the value into the subeditor control.

Events

Name Description
CloseUp

Occurs when the subeditor control goes away.

ValueChanged

Occurs when the value in the subeditor changes.