Control.ToString メソッド
定義
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
戻り値
コントロールを表す文字列。A string that represents the control.
注釈
コントロールの作成者は、このメソッドをオーバーライドして、コントロールのコンシューマーにとって関心のある情報を含む文字列を返す必要があります。Control authors should override this method to return a string that contains information that would be of interest to consumers of the control.