Version

Search Results

NavigatorSettings Constructor()

Default constructor. Syntax Remarks Creates an instance of the NavigatorSettings class.

NavigatorSettings Constructor(SerializationInfo,StreamingContext)

Deserialization constructor. Syntax 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.

NavigatorStyle Enumeration

Represents the style of the navigator window. Syntax Members Member Description Default Use the default navigator style based on the UltraDockManager.WindowStyle. VisualStudio2005 Visual Studio 2005 style navigator dialog. VisualStudio2008Vista Visual Studio 2008 style navigator dialog on the Windows Vista Operati...

PaneBaseConverter Class

DockablePaneBase converter Syntax

PaneBaseConverter Class Members

Public Constructors Public Methods Protected Methods

PaneBaseConverter Class Methods

Public Methods Protected Methods

CanConvertTo(ITypeDescriptorContext,Type) Method

Used to determine what data types the converter can convert. Syntax Parameters context ITypeDescriptorContextdestinationType Type being checked for possible conversion. Return Value Boolean indicating if the converter can convert to the destinationType.