ToolStripItem.ToString 方法
定義
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
任何包含 Component 名稱的 String,如果 Component 未命名,則為 null
。A String containing the name of the Component, if any, or null
if the Component is unnamed.