IOleInPlaceFrame.SetStatusText(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.
public:
void SetStatusText(System::String ^ pszStatusText);
public:
void SetStatusText(Platform::String ^ pszStatusText);
void SetStatusText(std::wstring const & pszStatusText);
public void SetStatusText (string pszStatusText);
abstract member SetStatusText : string -> unit
Public Sub SetStatusText (pszStatusText As String)
Parameters
- pszStatusText
- String
Remarks
For information on the COM interface, see IOleInPlaceFrame::SetStatusText