Form adapter knows how to get, set and reset the value of the control
| C# | Visual Basic | Visual C++ |
public interface IFormAdapter
Public Interface IFormAdapter
public interface class IFormAdapter
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetValue(Component) |
Gets the component value
| |
| Reset(Component) |
Resets the component to its default value
| |
| SetValue(Component, Object) |
Sets the component value
|