Attribute editor

Namespace: SynergyClientAPI.Attributes
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function OpenAttributeEditor( _ 
ByVal title As String, _ 
ByVal attributes As List(Of AttributeInfo), _ 
ByRef is_cancelled As Boolean, _ 
Optional ByVal parent_window As IWin32Window = null _ 
) As DataOperationResponse(Of AttributeValueCollection)
This language is not supported or no code example is available.
public static DataOperationResponse<AttributeValueCollection> OpenAttributeEditor( 
string title
List<AttributeInfo> attributes
out bool is_cancelled
IWin32Window parent_window = null 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<AttributeValueCollection^>^ OpenAttributeEditor( 
String^ title
List<AttributeInfo^>^ attributes
bool& is_cancelled
IWin32Window^ parent_window 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

title
Type: string

Title for the window

attributes
Type: List<AttributeInfo>

List of attributes to load

is_cancelled
Type: bool

If the user clicks the cancel button on the window

parent_window
Type: IWin32Window

<default>

Return Value

Type: DataOperationResponse<AttributeValueCollection>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1