Send comments on this topic.
Save Method
Attachmate.Reflection.Objects Library (Web) > WebControl Object : Save Method
Saves all settings.

Syntax

 
object.Save() As ReturnCode

Return Value

ReturnCode object.

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.Save()

See Also