Partilhar via


WebPart.ParametersConsumerConnectionPoint.GetEnabled Method

Returns a value that indicates whether a control point can participate in connections.

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

Syntax

'Declaration
Public Overrides Function GetEnabled ( _
    control As Control _
) As Boolean
'Usage
Dim instance As WebPart.ParametersConsumerConnectionPoint
Dim control As Control
Dim returnValue As Boolean

returnValue = instance.GetEnabled(control)
public override bool GetEnabled(
    Control control
)

Parameters

Return Value

Type: System.Boolean
true if the control can create a connection point to participate in a connection; otherwise, false.

Remarks

This override returns the value of the ConnectionPointEnabled property of the specified control.

See Also

Reference

WebPart.ParametersConsumerConnectionPoint Class

WebPart.ParametersConsumerConnectionPoint Members

Microsoft.Office.Server.WebControls.Charting Namespace