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.2
Syntax
public string Text { get; set; }

Return Value

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