COMAddIn.Connect Property

Definition

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.

Applies to