ActiveReports 13
IsSupported(Object,ICollection) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class > IsSupported Method : IsSupported(Object,ICollection) Method
The IsSupported method indicates whether the specified serialized object, if it is a ToolboxItem, is supported by the specified designer host, or whether it matches the specified attributes.
Syntax
'Declaration
 
Public Overloads Function IsSupported( _
   ByVal serializedObject As Object, _
   ByVal filterAttributes As ICollection _
) As Boolean
public bool IsSupported( 
   object serializedObject,
   ICollection filterAttributes
)

Parameters

serializedObject
filterAttributes
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List