CopyFrom Method (TitleInfo)
In This Topic
Copies the title bar information of the specified object to the current object.
Syntax
'Declaration
Public Sub CopyFrom( _
ByVal As Object _
)
'Usage
Dim instance As TitleInfo
Dim obj As Object
instance.CopyFrom(obj)
public void CopyFrom(
object
)
Parameters
- obj
- Object from which to copy
See Also