[]
Represents a ListItem class to default settings of item.
public class ListItem
Public Class ListItem
Name | Description |
---|---|
ListItem() | Initializes a new instance of the ListItem class. |
ListItem(SubItem) | Initializes a new instance of the ListItem class with settings. |
ListItem(SubItem[]) | Initializes a new instance of the ListItem class with settings. |
ListItem(SubItem[], int, object) | Initializes a new instance of the ListItem class with settings. |
ListItem(SubItem[], int, object, Color, Color, int, Font, GradientEffect, string, object, bool) | Initializes a new instance of the ListItem class with settings. |
ListItem(SubItem[], object) | Initializes a new instance of the ListItem class with settings. |
ListItem(params object[]) | Initializes a new instance of the ListItem class with settings. |
ListItem(object[], int, object) | Initializes a new instance of the ListItem class with settings. |
ListItem(object[], int, object, Color, Color, int, Font, GradientEffect, string, object, bool) | Initializes a new instance of the ListItem class with settings. |
ListItem(object[], object) | Initializes a new instance of the ListItem class with settings. |
ListItem(string) | Initializes a new instance of the ListItem class with settings. |
Name | Description |
---|---|
AutoItemHeight | Gets a value indicating whether the ListItem calculates the height automatically. |
BackColor | Gets or sets the background color. |
Checked | Gets or sets a value indicating whether the ListItem can be checked. |
Enabled | Gets or sets a value indicating whether the ListItem is enabled. |
Font | Gets or sets the font. |
ForeColor | Gets or sets the foreground color. |
GradientEffect | Gets or sets a value that represents background gradient effect of the ListItem. |
Height | Gets or sets the height of the ListItem. |
Image | Gets or sets the Image of the ListItem. |
Indent | Gets or sets a value indicating that the indent of the ListItem. |
SubItems | Gets or sets the subitem collection of the ListItem. |
Tag | Gets or sets a value that represents the tag what user want to set. |
Text | Gets or sets the text in the ListItem. |
ToolTipText | Gets or sets tool-tip text of item. |
Visible | Gets or sets a value indicating whether the ListItem is visible. |
Name | Description |
---|---|
ResetAutoItemHeight() | Resets the height of the auto item. |
ResetBackColor() | Resets the color of the back. |
ResetFont() | Resets the font. |
ResetForeColor() | Resets the color of the fore. |
ResetGradientEffect() | Resets the gradient effect. |
ResetHeight() | Resets the height. |
ResetImage() | Resets the image. |
ResetIndent() | Resets the indent. |
ResetVisible() | Resets the visible. |
ShouldSerializeAutoItemHeight() | Shoulds the height of the serialize auto item. |
ShouldSerializeBackColor() | Shoulds the color of the serialize back. |
ShouldSerializeFont() | Shoulds the serialize font. |
ShouldSerializeForeColor() | Shoulds the color of the serialize fore. |
ShouldSerializeGradientEffect() | Shoulds the serialize gradient effect. |
ShouldSerializeHeight() | Shoulds the height of the serialize. |
ShouldSerializeImage() | Shoulds the serialize image. |
ShouldSerializeIndent() | Shoulds the serialize indent. |
ShouldSerializeVisible() | Shoulds the serialize visible. |