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
)
Public Function Add (
text As String
) As Integer
public:
int Add(
String^ text
)
member Add :
text : string -> int
Parameters
- text
- Type: SystemString
The text to display on the new Win32ToolBarButton.
Return Value
Type:
Int32The zero-based index value of the
Win32ToolBarButton added to the collection.
See Also