C1CheckListItem Constructor(Object)
In This Topic
Initializes a new instance of the
C1CheckListItem class.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public C1CheckListItem(
object
)
Parameters
- value
- The value of the new item.
See Also