Menu.ToString Método

Definição

Retorna uma String que representa o controle Menu.Returns a String that represents the Menu control.

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

Retornos

String

Um String que representa o Menu atual.A String that represents the current Menu.

Comentários

O ToString método retorna um String que inclui o tipo e o número de itens na MenuItems Propriedade do controle.The ToString method returns a String that includes the type and the number of items in the MenuItems property of the control.

Aplica-se a