SetEditorValue Method (IEditor)
In This Topic
Sets the value of the editor control.
Syntax
'Declaration
Sub SetEditorValue( _
ByVal As Object _
)
'Usage
Dim instance As IEditor
Dim value As Object
instance.SetEditorValue(value)
void SetEditorValue(
object
)
Parameters
- value
- Value of the editor control
See Also