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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public Win32ToolBarButton(
	string text
)

Parameters

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