Click or drag to resize

RibbonElementAddConnectionDependencies Method

This method allows implementing dependencies to other MatchPoint controls.

Namespace:  Colygon.MatchPoint.Common.Ribbon
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public virtual void AddConnectionDependencies(
	DependencyCollection dependencies
)

Parameters

dependencies
Type: Colygon.MatchPoint.Core.ConnectionsDependencyCollection
The DependencyCollection holding dependencies for this ribbon element.
See Also