Share via


IVsStatusbarUser2.ClearInfo Method

Definition

Removes the user’s information in the status bar.

public:
 void ClearInfo();
public:
 void ClearInfo();
void ClearInfo();
public void ClearInfo ();
abstract member ClearInfo : unit -> unit
Public Sub ClearInfo ()

Remarks

This method is the converse of SetInfo. The user is no longer the current user of the status bar after this method is called.

Applies to