TabStop Constructor(TabStop)
In This Topic
Initializes a new instance of the
TabStop class copying data from an existing instance.
Syntax
'Declaration
Public Function New( _
ByVal As TabStop _
)
public TabStop(
TabStop
)
Parameters
- source
- The source instance of the TabStop class.
See Also