ToolTip.CanExtend(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the ToolTip can offer an extender property to the specified target component.
public:
virtual bool CanExtend(System::Object ^ target);
public bool CanExtend (object target);
abstract member CanExtend : obj -> bool
override this.CanExtend : obj -> bool
Public Function CanExtend (target As Object) As Boolean
Parameters
- target
- Object
The target object to add an extender property to.
Returns
true
if the ToolTip class can offer one or more extender properties; otherwise, false
.
Implements
Remarks
The CanExtend method is the only member of the System.ComponentModel.IExtenderProvider interface. This method returns true
if the target
parameter is of type Control.