GroupBox.ToString Método

Definição

Retorna um String que contém o nome do Component, se houver. Esse método não deve ser substituído.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Retornos

String

Um String contendo o nome do Component, se houver, ou null se o Component estiver sem nome.

Aplica-se a

Confira também