ComponentTray::IExtenderProvider::CanExtend Method (Object^)
.NET Framework (current version)
For a description of this member, see IExtenderProvider::CanExtend.
Assembly: System.Design (in System.Design.dll)
private: virtual bool CanExtend( Object^ component ) sealed = IExtenderProvider::CanExtend
Parameters
- component
-
Type:
System::Object^
The Object to receive the extender properties.
Return Value
Type: System::Booleantrue if this object can provide extender properties to the specified object; otherwise, false.
Implements
IExtenderProvider::CanExtend(Object^)This member is an explicit interface member implementation. It can be used only when the ComponentTray instance is cast to an IExtenderProvider interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: