Win32ToolBarToolBarButtonCollectionContains Method |
Determines if the specified toolbar button is a member of the collection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool Contains(
Win32ToolBarButton button
)
Public Function Contains (
button As Win32ToolBarButton
) As Boolean
public:
bool Contains(
Win32ToolBarButton^ button
)
member Contains :
button : Win32ToolBarButton -> bool
Parameters
- button Win32ToolBarButton
- The Win32ToolBarButton to locate in the collection.
Return Value
Boolean if the
Win32ToolBarButton is a member of the collection; otherwise,
.
See Also