Version

Search Results

DockAreaPane Class

A dockable pane which serves as the top-level ancestor group pane for all other DockablePaneBase instances. Syntax Remarks The DockAreaPane is a specialized DockableGroupPane. It is the root ancestor of all pane instances. The DockablePaneBase.DockedState indicates if the pane is floating or docked. The DockedLoca...

DockAreaPaneConverter Class

DockAreaPane converter Syntax

DockAreaPaneConverter Class Members

Public Constructors Public Methods Protected Methods

DockAreaPaneConverter 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.

CanConvertTo Method (DockAreaPaneConverter)

Used to determine what data types the converter can convert. Overload List

ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method

Converts the value to the destination type specified. Syntax Parameters context ITypeDescriptorContextculture CultureInfovalue Object to be converted.destinationType Type that the object should be converted to. Return Value New object of the destination type or null if the conversion failed.

ConvertTo Method (DockAreaPaneConverter)

Converts the value to the destination type specified. Overload List

DockAreaPaneConverter Constructor

Initializes a new PaneBaseConverter Syntax

DockAreaPaneEnumerator Class

Type-specific enumerator class for enumerating over the DockAreaPane objects of the DockAreasCollection. Syntax