DesignerWindowPane.GetToolboxItemSupported(IDataObject) Method

Definition

Determines whether or not the given data object is supported by the designer.

protected:
 virtual bool GetToolboxItemSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ toolboxItem);
protected:
 virtual bool GetToolboxItemSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ toolboxItem);
 virtual bool GetToolboxItemSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject const & toolboxItem);
protected virtual bool GetToolboxItemSupported (Microsoft.VisualStudio.OLE.Interop.IDataObject toolboxItem);
abstract member GetToolboxItemSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> bool
override this.GetToolboxItemSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> bool
Protected Overridable Function GetToolboxItemSupported (toolboxItem As IDataObject) As Boolean

Parameters

toolboxItem
IDataObject

IDataObject.

Returns

true if the data object represents a supported toolbox item.

Exceptions

toolboxItem is null.

Applies to