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. |