Click or drag to resize

Win32ToolBarButtonText Property

Gets or sets the text displayed on the toolbar button.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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