ActiveReports 13
BaseToolbox Class Methods

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace : BaseToolbox Class

For a list of all members of this type, see BaseToolbox members.

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 MethodOverloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
Public MethodBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
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 MethodRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
Public MethodForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
Public MethodCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. The DeserializeToolboxItem method attemps to return a ToolboxItem from the specified serialized toolbox item object.  
Public Method (Inherited from System.ComponentModel.Component)
Public MethodBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
Public MethodSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
Public MethodEnable/disable disable category.  
Public MethodRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
Public MethodUpdate all categories.  
Public MethodRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
Public MethodSets input focus to the control. (Inherited from System.Windows.Forms.Control)
Public MethodOverloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control)
Public MethodReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
Public MethodReturns readonly wrapper under groups collection.  
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
Public MethodRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
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 MethodConceals the control from the user. (Inherited from System.Windows.Forms.Control)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control)
Public MethodOverloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)
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.   
Public MethodPerforms scaling of the container control and its children. (Inherited from System.Windows.Forms.ContainerControl)
Public MethodOverloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
Public MethodComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodPreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
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 MethodResets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control)
Public MethodOverloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control)
Public Method (Inherited from System.Windows.Forms.Control)
Public MethodScrolls the specified child control into view on an auto-scroll enabled control. (Inherited from System.Windows.Forms.ScrollableControl)
Public MethodActivates the control. (Inherited from System.Windows.Forms.Control)
Public MethodThe SelectedToolboxItemUsed method signals the toolbox that the selected toolbox item has been used.  
Public MethodActivates the next control. (Inherited from System.Windows.Forms.Control)
Public MethodSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodThe SerializeToolboxItem method returns a serialized object representing the specified ToolboxItem.  
Public MethodSets the size of the auto-scroll margins. (Inherited from System.Windows.Forms.ScrollableControl)
Public MethodOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
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.  
Public MethodDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
Public MethodTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Public MethodOverloaded. Verifies the value of the control losing focus by causing the System.Windows.Forms.Control.Validating and System.Windows.Forms.Control.Validated events to occur, in that order. (Inherited from System.Windows.Forms.ContainerControl)
Public MethodOverloaded. Causes all of the child controls within a control that support validation to validate their data. (Inherited from System.Windows.Forms.UserControl)
Top
See Also

Reference

BaseToolbox Class
GrapeCity.ActiveReports.Design.Toolbox Namespace