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