Click or drag to resize

ContentControlListItem(String, String) Constructor

Initializes a new instance of the ContentControlListItem class.

Namespace: SautinSoft.Document.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public ContentControlListItem(
	string displayName,
	string value
)

Parameters

displayName  String
The text to be displayed.
value  String
The value for the list item entry.
See Also