ActiveReports 13
IsToolboxItem(Object) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class > IsToolboxItem Method : IsToolboxItem(Object) Method
The System.Object to check.
Indicates whether the item in the specified serialized object is a ToolboxItem.
Syntax
'Declaration
 
Public Overloads Function IsToolboxItem( _
   ByVal serializedObject As Object _
) As Boolean
public bool IsToolboxItem( 
   object serializedObject
)

Parameters

serializedObject
The System.Object to check.
See Also

Reference

Toolbox Class
Toolbox Members
Overload List