TExternalFormAssociate Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

AssociateProperty - associate a control's property with a Visual Signal component property

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public void Associate(
	AssociationTypes type,
	Control control,
	string source,
	string target
)

Parameters

type
Type: VSignal.ExternalBaseAssociationTypes
Association type: either Action or Property
control
Type: System.Windows.FormsControl
Form control to be associated
source
Type: SystemString
Name of the form control's property or event to be associated from
target
Type: SystemString
Target to be associated to. This must be a command string understood by Visual Signal. For Action type, the target should be an action name supported by Visual Signal; for Property type, the target should be formated as "[component].[property]", where component is the component class and property is the component's property name to be associated.
See Also

Reference