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

In This Topic
    RemoveCreator(String,IDesignerHost) Method
    In This Topic
    The RemoveCreator method removes any ToolboxItemCreatorCallback delegates for the specified data type. Currently not implemented
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveCreator( _
       ByVal format As String, _
       ByVal host As IDesignerHost _
    ) 
    public void RemoveCreator( 
       string format,
       IDesignerHost host
    )

    Parameters

    format
    host
    See Also