Click or drag to resize

Win32ToolBarToolBarButtonCollectionAdd Method (String)

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.1
Syntax
public int Add(
	string text
)

Parameters

text
Type: SystemString
The text to display on the new Win32ToolBarButton.

Return Value

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