Click or drag to resize

Win32ToolBarButton Constructor (String)

Initializes a new instance of the Win32ToolBarButton class and displays the assigned text on the button.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public Win32ToolBarButton(
	string text
)

Parameters

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