Infragistics(R) NetAdvantage(R) Windows Forms
UltraNavigationBarPreviousLocationsSettings Constructor
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > UltraNavigationBarPreviousLocationsSettings Class : UltraNavigationBarPreviousLocationsSettings Constructor

info
The SerializationInfo instance that contains the data to be serialized.
context
The StreamingContext instance which describes the source and destination of the serialized stream.
Constructor used during deserialization to initialize a new UltraNavigationBarButtonAppearances object with the serialized property values.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
C# 
protected UltraNavigationBarPreviousLocationsSettings( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
The SerializationInfo instance that contains the data to be serialized.
context
The StreamingContext instance which describes the source and destination of the serialized stream.

See Also