DWebBrowserEvents2.StatusTextChange Method
Fires when the status bar text of the object has changed.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As DWebBrowserEvents2
Dim Text As String
instance.StatusTextChange(Text)
Syntax
'Declaration
<DispIdAttribute(102)> _
Sub StatusTextChange ( _
<InAttribute> Text As String _
)
[DispIdAttribute(102)]
void StatusTextChange (
[InAttribute] string Text
)
[DispIdAttribute(102)]
void StatusTextChange (
[InAttribute] String^ Text
)
/** @attribute DispIdAttribute(102) */
void StatusTextChange (
/** @attribute InAttribute() */ String Text
)
DispIdAttribute(102)
function StatusTextChange (
Text : String
)
Parameters
- Text
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.