Version

UltraCalcUserDefinedLibraryBase Class

Used as a base class for a component that registers all user defined function in an assembly.
Syntax
'Declaration
 
Public MustInherit Class UltraCalcUserDefinedLibraryBase 
   Inherits System.ComponentModel.Component
public abstract class UltraCalcUserDefinedLibraryBase : System.ComponentModel.Component 
Remarks
Placing an instance of a class derived from this class on a form with an UltraCalcManager component on it will cause all functions derived from Infragistics.Win.CalcEngine.UltraCalcFunction in the same assmbly to be registered with that calc manager. The registration happens automaticlly at both design and run time.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also