ShellAddressBarText Property |
Gets or sets the text associated with this control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public override string Text { get; }
Public Overrides ReadOnly Property Text As String
Get
public:
virtual property String^ Text {
String^ get () override;
}
abstract Text : string with get
override Text : string with get
Property Value
Type:
StringSee Also