Spread for ASP.NET 10 Product Documentation
CopyFrom Method (TitleInfo)


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

Parameters

obj
Object from which to copy
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

TitleInfo Class
TitleInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.