AssignFrom Method (CheckMark)
In This Topic
Assign properties from
CheckMark object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As CheckMark _
)
public void AssignFrom(
CheckMark
)
Parameters
- source
- The CheckMark object from which to assign property values.
See Also