Share via


WinFormsOBPartBase.ActionNames property

Gets the collection of actions that this external data part will surface.

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

Syntax

'Declaration
Public ReadOnly Property ActionNames As IList(Of String)
    Get
'Usage
Dim instance As WinFormsOBPartBase
Dim value As IList(Of String)

value = instance.ActionNames
public IList<string> ActionNames { get; }

Property value

Type: System.Collections.Generic.IList<String>
The collection of actions that this external data part will surface.

Remarks

The external data part surfaces its actions through its title bar context menu. These actions are names that reference actions inside the context.

See also

Reference

WinFormsOBPartBase class

WinFormsOBPartBase members

Microsoft.Office.BusinessApplications.Runtime.UI namespace