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

Exibir arquivo 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_oe property

public string Collapse
return string

Expand public_oe property

public string Expand
return string

LeafIcon public_oe property

public string LeafIcon
return string

NoExpand public_oe property

public string NoExpand
return string

ParentIcon public_oe property

public string ParentIcon
return string

RootIcon public_oe property

public string RootIcon
return string