ErrorProvider::CanExtend Method (Object^)
.NET Framework (current version)
Gets a value indicating whether a control can be extended.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- extendee
-
Type:
System::Object^
The control to be extended.
Return Value
Type: System::Booleantrue if the control can be extended; otherwise, false.
This property will be true if the object is a Control and is not a Form or ToolBar.
Implements
IExtenderProvider::CanExtend(Object^)Typically, you will use CanExtend to determine whether you can attach an ErrorProvider to the specified control.
.NET Framework
Available since 1.1
Available since 1.1
Show: