Compartilhar 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