| Visual Basic (Declaration) | |
|---|---|
| Public Sub Reset() | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As Option instance.Reset() | |
| C# | |
|---|---|
| public void Reset() | |
| Managed Extensions for C++ | |
|---|---|
| public: void Reset(); | |
| C++/CLI | |
|---|---|
| public: void Reset(); | |
This method causes the State property of the Option object to revert back to its original state. If the Option.State was OptionState.RequestOff, it is set to OptionState.Off.
Target Platforms: Microsoft .NET Framework 2.0
 
     
     
     
    