DWebBrowserEvents2.StatusTextChange(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when the status bar text of the object has changed.
public:
void StatusTextChange(System::String ^ Text);
public void StatusTextChange (string Text);
abstract member StatusTextChange : string -> unit
Public Sub StatusTextChange (Text As String)
Parameters
- Text
- String