[]
Configures the toolbox items based on the specified IToolboxUser object.
public void ConfigureToolboxItems(IToolboxUser toolboxUser)
Type | Name | Description |
---|---|---|
IToolboxUser | toolboxUser | An object that provides the configuration for the toolbox items. |
This method sets the state of the toolbox items according to the specified IToolboxUser object.
Toolbox items that are supported by the toolboxUser
will be enabled, while unsupported items will be disabled.