WebPart.ConnectionPointEnabled Property

Gets or sets the value that controls whether connection points are enabled.

Namespace:  Microsoft.Office.Server.WebControls.Charting
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property ConnectionPointEnabled As Boolean
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As Boolean

value = instance.ConnectionPointEnabled

instance.ConnectionPointEnabled = value
public bool ConnectionPointEnabled { get; set; }

Property Value

Type: System.Boolean
true if connection points are enabled; otherwise, false.

See Also

Reference

WebPart Class

WebPart Members

Microsoft.Office.Server.WebControls.Charting Namespace