ActiveReports 13
IsSupported(Object,IDesignerHost) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class > IsSupported Method : IsSupported(Object,IDesignerHost) 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 host As IDesignerHost _
) As Boolean
public bool IsSupported( 
   object serializedObject,
   IDesignerHost host
)

Parameters

serializedObject
host
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List