OperationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the different operations allowed on a UI control.
public enum class OperationType
public enum OperationType
type OperationType =
Public Enum OperationType
- Inheritance
-
OperationType
Fields
Name | Value | Description |
---|---|---|
FindControl | 0 | Finds a control on the UI. |
GetControlValue | 1 | Gets the value of the control on the UI. |
SetControlValue | 2 | Sets the value of a control on the UI. |
ExecuteControlAction | 3 | Executes the default control action. |