BorderPainter.CanExtend Method
Defines a value indicating whether the specified control can be extended.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Function CanExtend ( _
extendee As Object _
) As Boolean
'Usage
Dim instance As BorderPainter
Dim extendee As Object
Dim returnValue As Boolean
returnValue = instance.CanExtend(extendee)
public bool CanExtend(
Object extendee
)
public:
virtual bool CanExtend(
Object^ extendee
) sealed
abstract CanExtend :
extendee:Object -> bool
override CanExtend :
extendee:Object -> bool
public final function CanExtend(
extendee : Object
) : boolean
Parameters
- extendee
Type: System.Object
The control to be extended.
Return Value
Type: System.Boolean
true if the control can be extended; otherwise, false.