Version

Search Results

Category Property

Gets the name of the category to which the member belongs. Syntax

ComponentType Property

The type of component the property is bound to. Syntax

GetValue Method

Gets the current value of the property on a component. Syntax Parameters component The component with the property for which to retrieve the value. Return Value The value of a property for a given component.

IsReadOnly Property (DockablePanePropertyDescriptor)

Indicates if the property is read-only. Syntax

PropertyType Property

The type of the property. Syntax

ResetValue Method

Resets the value for this property of the component to the default value. Syntax Parameters component The component with the property value that is to be reset to the default value.

SetValue Method

Sets the value of the component to a different value. Syntax Parameters component The component with the property value that is to be set.value The new value.

ShouldSerializeValue Method

Determines a value indicating whether the value of this property needs to be persisted. Syntax Parameters component The component with the property to be examined for persistence. Return Value true if the property should be persisted; otherwise, false.

DockablePanePropertyDescriptor Constructor

Constructor for the PropertyDescriptor Syntax Parameters pane Panename Property Name

DockablePanesCollection Class

A collection of DockablePaneBase instances Syntax Remarks The collection represents a group of sibling panes. The order of the items in the collection determine the position of the pane when displayed by the DockableGroupPane.