BCGControlBar Library for .NET
OutlookBarControl Constructor(SerializationInfo,StreamingContext)




The object that holds the serialized object data.

The contextual information about the source or destination.
Initializes a new instance of the OutlookBarControl class on serialization.
Syntax
'Declaration
 
Public Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New OutlookBarControl(info, context)
public OutlookBarControl( 
   SerializationInfo info,
   StreamingContext context
)
public: OutlookBarControl( 
   SerializationInfo* info,
   StreamingContext context
)
public:
OutlookBarControl( 
   SerializationInfo^ info,
   StreamingContext context
)

Parameters

info

The object that holds the serialized object data.

context
The contextual information about the source or destination.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutlookBarControl Class
OutlookBarControl Members
Overload List

Send Feedback