| ISwAddInExOnConnect Method |
Overload to initialize the data. This method is called
from ConnectToSW(Object, Int32) method when the add-in loads
Namespace:
CodeStack.SwEx.AddIn.Base
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax Function OnConnect As Boolean
Return Value
Type:
BooleanTrue if initialization is successful. Return false to stop loading the add-in
(in this case add-in will be unchecked in the add-ins manager dialog)
Remarks See Also