COMAddIn.Connect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the state of the connection for the specified COMAddIn object.
public:
property bool Connect { bool get(); void set(bool value); };
public bool Connect { get; set; }
member this.Connect : bool with get, set
Public Property Connect As Boolean
Property Value
Remarks
The Connect property returns True if the add-in is active; it returns False if the add-in is inactive. An active add-in is registered and connected; an inactive add-in is registered but not currently connected.