TreeNodeStyle.ImageUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置节点旁显示的图像的 URL。
public:
property System::String ^ ImageUrl { System::String ^ get(); void set(System::String ^ value); };
public string ImageUrl { get; set; }
member this.ImageUrl : string with get, set
Public Property ImageUrl As String
属性值
显示在节点旁边的自定义图像的 URL。 默认值为空字符串 (""),表示尚未设置 ImageUrl 属性。
例外
所选值为 null
。
注解
使用 ImageUrl 属性指定样式的自定义图像。 此图像显示在节点旁边,只要客户端浏览器支持该格式,它就可以采用任何图像文件格式 (,例如.jpg、.gif、.bmp) 等。
ImageUrl如果同时设置了属性和ImageUrl属性,则显示的图像是由该属性指定的ImageUrl图像。
此属性的值存储在视图状态中。