ListViewChooserItem Members

Include Protected Members
Include Inherited Members

Renders a Control that represents an item in the ListViewChooser.

The ListViewChooserItem type exposes the following members.

Constructors

  Name Description
Public method ListViewChooserItem Initializes a new instance of the ListViewChooserItem class.

Top

Properties

  Name Description
Public property AccessKeyLocId Gets or sets the ID of the localized version of the access key.
Public property Html Gets or sets the HTML-encoded text of the ListViewChooserItem.
Public property ItemID Gets or sets the ID of the ListViewChooserItem.
Public property Text Gets or sets the text of the ListViewChooserItem.
Public property TextLocId Gets or sets the ID of the localized version of the Text.
Public property ToolTip Gets or sets the tooltip text that is displayed when the pointer rests on the ListViewChooserItem.
Public property ToolTipLocId Gets or sets the ID of the localized version of the ToolTip that is displayed when the pointer rests on the ListViewChooserItem.
Public property WrapWordToNextLine Gets or sets a value that indicates whether the word that extends the current line beyond the containing structure will wrap to the next line, or only the extra characters will wrap to the next line.

Top

Methods

  Name Description
Protected method Render Renders the ListViewChooserItem to the provided HtmlTextWriter object. (Overrides Control.Render(HtmlTextWriter).)
Public method Selected() Indicates whether the current ListViewChooserItem is selected in the ListViewChooser.
Public method Selected(String) Indicates whether a specified ListViewChooserItem is selected in the ListViewChooser.

Top

See Also

Reference

ListViewChooserItem Class

Microsoft.SharePoint.Portal.WebControls Namespace