Menu.ToString Método
Definição
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retornos
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.