Click or drag to resize

Win32ToolBarButtonText Property

Gets or sets the text displayed on the toolbar button.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public string Text { get; set; }

Return Value

Type: String
The text displayed on the toolbar button. The default is an empty string ("").
See Also