ProgressBar.ToString Método
Definición
Devuelve una cadena que representa el control ProgressBar.Returns a string that represents the ProgressBar control.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Devoluciones
Cadena que representa el objeto ProgressBar actual.A string that represents the current ProgressBar.
Comentarios
La cadena devuelta incluye el tipo y los valores de Minimum las Maximum propiedades, y Value .The return string includes the type and the values for the Minimum, Maximum, and Value properties.