This base type is for text fields and .

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

Syntax

C#
public interface IInfigoTextFieldBase : IInfigoField, 
	IInfigoPropertyControl
Visual Basic (Declaration)
Public Interface IInfigoTextFieldBase _
	Implements IInfigoField, IInfigoPropertyControl
Visual C++
public interface class IInfigoTextFieldBase : IInfigoField, 
	IInfigoPropertyControl

See Also