IVsToolbox5 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

NameDescription
System_CAPS_pubmethodGetItemBitmap(IDataObject^, IntPtr)

Gets a copy of the bitmap for the specified item. The caller is responsible for freeing the bitmap using DeleteObject() or its equivalent.

System_CAPS_pubmethodGetItemFlags(IDataObject^, UInt32)

Gets the TBXITEMINFO flags for the item.

System_CAPS_pubmethodGetLastRefreshTime(array<DateTime>^)

Gets the last time the toolbox item states were re-evaluated. This typically happens as a result of designer activation or in response to a call to UpdateToolboxUI.

System_CAPS_pubmethodIsItemEnabled(IDataObject^, Boolean, Boolean)

Gets the enabled state of the specified item.

Return to top
Show: