Version

Search Results

PanePosition Enumeration

Enumeration of positions when repositioning a pane. Syntax Members Member Description Child The pane will become a child of the specified relative. First The pane will be placed before all sibling panes of the pane specified. Last The pane will be placed after all the sibling panes of the pane specified. Next The ...

PanesCollectionConverter Class

Generic DockablePaneBase Collection TypeConverter Syntax

PanesCollectionConverter Class Members

Public Constructors Public Methods Protected Methods

PanesCollectionConverter Class Methods

Public Methods Protected Methods

GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method

Return the PropertyDescriptor for the objects properties. Syntax Parameters context Contextvalue Value for which the properties will be providedattributes Array of attributes Return Value Collection of property descriptors for the DockablePaneBase instances in the collection

GetProperties Method

Return the PropertyDescriptor for the objects properties. Overload List

GetPropertiesSupported(ITypeDescriptorContext) Method

Indicates that this object returns properties. Syntax Parameters context Context Return Value True to indicate that the object provides property information

GetPropertiesSupported Method

Indicates that this object returns properties. Overload List

PanesCollectionConverter Constructor

Initializes a new PanesCollectionConverter Syntax

PaneSettings Class

Maintains defaultable property settings for an DockablePaneBase. Syntax Remarks The PaneSettings object is used to affect the appearance and behavior of DockablePaneBase objects. The values of each property are initialized with default values. These default values are resolved by a PaneSettingsResolved instance th...