ToolStripProgressBar.Text Vlastnost

Definice

Získá nebo nastaví text zobrazený na .ToolStripProgressBar

public:
 virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string Text { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Text : string with get, set
Public Overrides Property Text As String

Hodnota vlastnosti

String

A String představující zobrazovaný text.

Atributy

Poznámky

I když má ToolStripProgressBar Text vlastnost, žádný text se na ovládacím prvku nezobrazí.

Platí pro