Share via


WinFormsUIElementBase.OperationMode property

Gets or sets the default operation mode used by this UI element to use while doing data operations.

Namespace:  Microsoft.Office.BusinessApplications.Runtime.UI
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)

Syntax

'Declaration
Public Property OperationMode As OperationMode
    Get
    Set
'Usage
Dim instance As WinFormsUIElementBase
Dim value As OperationMode

value = instance.OperationMode

instance.OperationMode = value
public OperationMode OperationMode { get; set; }

Property value

Type: Microsoft.BusinessData.Runtime.OperationMode
The default operation mode used by this UI element to use while doing data operations.

See also

Reference

WinFormsUIElementBase class

WinFormsUIElementBase members

Microsoft.Office.BusinessApplications.Runtime.UI namespace