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
)
Public Sub New (
text As String
)
public:
Win32ToolBarButton(
String^ text
)
new :
text : string -> Win32ToolBarButton
Parameters
- text
- Type: SystemString
The text to display on the new Win32ToolBarButton.
See Also