C# Class System.Web.UI.WebControls.TreeView.ImageStyle

Show file Open project: vargaz/mono

Public Properties

Property Type Description
Collapse string
Expand string
LeafIcon string
NoExpand string
ParentIcon string
RootIcon string

Public Methods

Method Description
ImageStyle ( string expand, string collapse, string noExpand, string icon, string iconLeaf, string iconRoot ) : System.Collections

Method Details

ImageStyle() public method

public ImageStyle ( string expand, string collapse, string noExpand, string icon, string iconLeaf, string iconRoot ) : System.Collections
expand string
collapse string
noExpand string
icon string
iconLeaf string
iconRoot string
return System.Collections

Property Details

Collapse public property

public string Collapse
return string

Expand public property

public string Expand
return string

LeafIcon public property

public string LeafIcon
return string

NoExpand public property

public string NoExpand
return string

ParentIcon public property

public string ParentIcon
return string

RootIcon public property

public string RootIcon
return string