| CTExtensionInitNotify Method |
Notification that this object is now initialized:
Database and
Profile are now valid. Inheritance may return false to prevent
initialized status for eg. licensing purposes.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual bool InitNotify()
Public Overridable Function InitNotify As Boolean
Return Value
Type:
BooleanReturn false if NOT initialized.
See Also