Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / CellTypeBase Class / SetEditingText Method


In This Topic
    SetEditingText Method
    In This Topic
    Set text to the editing control
    Syntax
    'Declaration
     
    Public Overridable Function SetEditingText( _
       ByVal editingControl As FrameworkElement, _
       ByVal text As String _
    ) As Boolean
    'Usage
     
    Dim instance As CellTypeBase
    Dim editingControl As FrameworkElement
    Dim text As String
    Dim value As Boolean
     
    value = instance.SetEditingText(editingControl, text)
    public virtual bool SetEditingText( 
       FrameworkElement editingControl,
       string text
    )

    Parameters

    editingControl
    text

    Return Value

    true if the celltype handle update editing control; false if celltype dont change editing control
    See Also