RebarMenuExtender.CanExtend Method
Returns whether this object can provide its extender properties to the specified object.
[Visual Basic]
NotOverridable Public Function CanExtend( _
ByVal
extendee As
Object _
) As
Boolean _
Parameters
-
extendee
- The object to check.
Return Value
true when extendee is a MenuItem or ContextMenu; otherwise, false.
Implements
IExtenderProvider.CanExtend
See Also
RebarMenuExtender Class | Skybound.Rebar Namespace