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 | |
---|---|---|
ListViewChooserItem | Initializes a new instance of the ListViewChooserItem class. |
Top
Properties
Name | Description | |
---|---|---|
AccessKeyLocId | Gets or sets the ID of the localized version of the access key. | |
Html | Gets or sets the HTML-encoded text of the ListViewChooserItem. | |
ItemID | Gets or sets the ID of the ListViewChooserItem. | |
Text | Gets or sets the text of the ListViewChooserItem. | |
TextLocId | Gets or sets the ID of the localized version of the Text. | |
ToolTip | Gets or sets the tooltip text that is displayed when the pointer rests on the ListViewChooserItem. | |
ToolTipLocId | Gets or sets the ID of the localized version of the ToolTip that is displayed when the pointer rests on the ListViewChooserItem. | |
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 | |
---|---|---|
Render | Renders the ListViewChooserItem to the provided HtmlTextWriter object. (Overrides Control.Render(HtmlTextWriter).) | |
Selected() | Indicates whether the current ListViewChooserItem is selected in the ListViewChooser. | |
Selected(String) | Indicates whether a specified ListViewChooserItem is selected in the ListViewChooser. |
Top