Gets the name of the category to which the member belongs. Syntax
The type of component the property is bound to. Syntax
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.
Indicates if the property is read-only. Syntax
The type of the property. Syntax
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.
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.
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.
Constructor for the PropertyDescriptor Syntax Parameters pane Panename Property Name
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.