Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / IEditor Interface / GetEditorValue Method
Owner of this editor
Unique identifier used by the spread to identify this editor


In This Topic
    GetEditorValue Method (IEditor)
    In This Topic
    Gets the editing value posted back from the client for the editor control.
    Syntax
    'Declaration
     
    
    Function GetEditorValue( _
       ByVal owner As Control, _
       ByVal id As String _
    ) As Object
    'Usage
     
    
    Dim instance As IEditor
    Dim owner As Control
    Dim id As String
    Dim value As Object
     
    value = instance.GetEditorValue(owner, id)
    object GetEditorValue( 
       Control owner,
       string id
    )

    Parameters

    owner
    Owner of this editor
    id
    Unique identifier used by the spread to identify this editor

    Return Value

    String containing the value being edited
    See Also