ToolboxItemDiscoveryContext Enum

Definition

Indicates the context in which GetItemInfo(IToolboxType, ToolboxItemDiscoveryContext) is being called.

public enum class ToolboxItemDiscoveryContext
public enum class ToolboxItemDiscoveryContext
enum ToolboxItemDiscoveryContext
public enum ToolboxItemDiscoveryContext
type ToolboxItemDiscoveryContext = 
Public Enum ToolboxItemDiscoveryContext
Inheritance
ToolboxItemDiscoveryContext

Fields

AutoAddingToToolbox 0

If GetItemInfo(IToolboxType, ToolboxItemDiscoveryContext) returns non-null, the item will be automatically added to the toolbox.

ListingAddableItems 1

If GetItemInfo(IToolboxType, ToolboxItemDiscoveryContext) returns non-null, the item will be added to a list of types in the Choose Toolbox Items dialog which the user may add to the toolbox.

Applies to