This type allows to choose between different alternatives a designer has set during design-time of the template. Check which returns true if there is a choice to make. The array returns then all available options. The current option can be retrieved and a new can be set via the member.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IInfigoAlternateChooser
Visual Basic (Declaration)
Public Interface IInfigoAlternateChooser
Visual C++
public interface class IInfigoAlternateChooser

See Also