ContentControlListItem Class
Specifies a single list item within the parent Content Control item.
- Inheritance:
- System.ObjectContentControlListItem
Constructors
ContentControlListItem(String)
Initializes a new instance of the ContentControlListItem class.
Parameters
displayName
- System.String
The text to be displayed.
ContentControlListItem(String, String)
Initializes a new instance of the ContentControlListItem class.
public ContentControlListItem(string displayName, string value)
Public Sub New(displayName As String, value As String)
Parameters
displayName
- System.String
The text to be displayed.
value
- System.String
The value for the list item entry.
Properties
DisplayName
Gets or sets the text which will be displayed for this list item.
Property Value
- System.String
The text that will be displayed for this list item.
Value
Gets or sets the value of the list item.
Property Value
- System.String
The value of the list item.