Click or drag to resize

Win32ToolBarToolBarButtonCollectionAdd(String) Method

Adds a new toolbar button to the end of the toolbar button collection with the specified Text property value.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public int Add(
	string text
)

Parameters

text  String
The text to display on the new Win32ToolBarButton.

Return Value

Int32
The zero-based index value of the Win32ToolBarButton added to the collection.
See Also