ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / BaseToolbox Class
Properties Methods Events

In This Topic
    BaseToolbox Class Members
    In This Topic

    The following tables list the members exposed by BaseToolbox.

    Public Properties
     NameDescription
    Public PropertyThe CategoryNames property indicates the categories currently available on the toolbox.  
    Public PropertyDesignerHost provides additional features for toolbox then it used as part of designer application  
    Public PropertyReturns groups collection.  
    Public PropertyThe SelectedCategory property indicates the currently selected toolbox category.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. The AddCreator method adds a ToolboxItemCreatorCallback delegate capable of converting some type of data stored on the toolbox to a ToolboxItem.  
    Public MethodOverloaded. The AddLinkedToolboxItem method adds a ToolboxItem that is only enabled for the current project to the toolbox.  
    Public MethodOverloaded. The AddToolboxItem method adds a ToolboxItem to the toolbox, creating the optionally specified category if it does not exist.  
    Public MethodChange the visibility of the category  
    Public MethodMethod sets state to toolbox according to IToolboxUser object: toolbox items that this object supports became available and other items became disable  
    Public MethodOverloaded. The DeserializeToolboxItem method attemps to return a ToolboxItem from the specified serialized toolbox item object.  
    Public MethodEnable/disable disable category.  
    Public MethodUpdate all categories.  
    Public MethodReturns readonly wrapper under groups collection.  
    Public MethodOverloaded. Gets the currently selected toolbox item.  
    Public MethodOverloaded. Gets the collection of toolbox items that are associated with the specified designer host and category from the toolbox.  
    Public MethodOverloaded. 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.  
    Public MethodOverloaded. The IsToolboxItem method indicates whether the specified serialized object is a ToolboxItem.  
    Public MethodOverloaded. The RemoveCreator method removes any ToolboxItemCreatorCallback delegates for the specified data type. Currently not implemented  
    Public MethodOverloaded. The RemoveToolboxItem method removes the specified ToolboxItem.  
    Public MethodUpdate according designer state.  
    Public MethodThe SelectedToolboxItemUsed method signals the toolbox that the selected toolbox item has been used.  
    Public MethodThe SerializeToolboxItem method returns a serialized object representing the specified ToolboxItem.  
    Public MethodThe SetCursor method sets the mouse cursor to a cursor that represents the current toolbox item.  
    Public MethodThe SetSelectedToolboxItem method selects the specified ToolboxItem as the current toolbox item.  
    Top
    See Also