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
- control
Type: System.Web.UI.Control
The WebPart control or other server control that is associated with a connection point.
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