ImageList.ToString 方法

定義

傳回表示目前 ImageList 的字串。

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

傳回

字串,代表目前的 ImageList

備註

方法會 ToString 傳回包含 和 ImageSize 屬性的 Count 字串。

適用於