TreeNodeStyle.ImageUrl プロパティ
アセンブリ: System.Web (system.web.dll 内)
構文Dim instance As TreeNodeStyle Dim value As String value = instance.ImageUrl instance.ImageUrl = value
/** @property */ public String get_ImageUrl () /** @property */ public void set_ImageUrl (String value)
ノードの隣に表示されるカスタム イメージへの URL。既定値は空の文字列 ("") です。ImageUrl プロパティが設定されていないことを示します。
解説ImageUrl プロパティを使用して、スタイルのカスタム イメージを指定します。このイメージはノードの横に表示され、クライアントのブラウザでサポートされてさえいれば、どのようなイメージ ファイル形式 (.jpg、.gif、.bmp など) でも使用できます。
ImageUrl プロパティと ImageUrl プロパティの両方が設定されている場合、ImageUrl プロパティで指定されたイメージが表示されます。
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- TreeNodeStyle.ImageUrl プロパティのページへのリンク