Base class for objects that hold properties to be viewed in a PropertyEditor.
| C# |
public abstract class PropertySourceBase
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PropertySourceBase()()() |
Creates a new instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Grid |
Gets the associated property grid.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PropertyEditor |
Gets the associated property editor.
| |
| ToString()()() | (Inherited from Object.) | |
| Update(PropertyEditorBase) |
Associates the object with a property editor and updates itself to reflect
the editor's current state.
|
| Object | ||
| PropertySourceBase | ||
| TableEditPropertySourceBase | ||