Compartir a través de


OperationType Enum

Definition

Represents the different operations allowed on a UI control.

public enum class OperationType
public enum OperationType
type OperationType = 
Public Enum OperationType
Inheritance
OperationType

Fields

ExecuteControlAction 3

Executes the default control action.

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.

Applies to