バージョン

UltraCalcUserDefinedLibraryBase クラス

アセンブリに含まれるユーザー定義関数をすべて登録するコンポーネントの基本クラス。
シンタックス
'宣言
 
Public MustInherit Class UltraCalcUserDefinedLibraryBase 
   Inherits System.ComponentModel.Component
public abstract class UltraCalcUserDefinedLibraryBase : System.ComponentModel.Component 
解説
このクラスから派生したクラスのインスタンスを _CALCMANAGER_ コンポーネントと共にフォームに配置すると、同じアセンブリに含まれる UltraCalcFunction から派生したすべての関数が_CALCMANAGER_に登録されます。この登録は、デザイン時にも実行時にも自動的に行われます。
参照