ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / BaseToolbox Class / IsSupported Method / IsSupported(Object,IDesignerHost) Method

In This Topic
    IsSupported(Object,IDesignerHost) Method
    In This Topic
    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