xInfo.writeCustomStatlineItem(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.
Writes a line of text to the status bar.
public:
virtual void writeCustomStatlineItem(System::String ^ _text);
public virtual void writeCustomStatlineItem (string _text);
abstract member writeCustomStatlineItem : string -> unit
override this.writeCustomStatlineItem : string -> unit
Public Overridable Sub writeCustomStatlineItem (_text As String)
Parameters
- _text
- String
The line of text to put on the status bar.