Win32ToolBarText Property |
Gets or sets the text for the toolbar.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override string Text { get; set; }
Public Overrides Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
}
abstract Text : string with get, set
override Text : string with get, set
Return Value
Type:
StringThe text for the toolbar.
See Also