DesignerWindowPane.GetToolboxItemSupported(IDataObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
true
if the data object represents a supported toolbox item.
Exceptions
toolboxItem
is null
.