Spread for ASP.NET 9.0 Product Documentation
GetEditorValue Method (IEditor)


Owner of this editor
Unique identifier used by the spread to identify this editor
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IEditor Interface
IEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.