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; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Return Value
Type:
StringThe text displayed on the toolbar button. The default is an empty string ("").
See Also