FallbackPropertyDescriptor overview
Attributes (inherited from MemberDescriptor) | Gets the collection of attributes for this member. |
Category (inherited from MemberDescriptor) | Gets the name of the category to which the member belongs, as specified in the CategoryAttribute. |
ComponentType | [TBD] |
Converter (inherited from PropertyDescriptor) | Gets the type converter for this property. |
Description | [TBD] |
DesignTimeOnly (inherited from MemberDescriptor) | Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute. |
DisplayName (inherited from MemberDescriptor) | Gets the name that can be displayed in a window, such as a Properties window. |
IsBrowsable (inherited from MemberDescriptor) | Gets a value indicating whether the member is browsable, as specified in the BrowsableAttribute. |
IsLocalizable (inherited from PropertyDescriptor) | Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute. |
IsReadOnly | [TBD] |
Name (inherited from MemberDescriptor) | Gets the name of the member. |
PropertyType | [TBD] |
SerializationVisibility (inherited from PropertyDescriptor) | Gets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute. |
AddValueChanged (inherited from PropertyDescriptor) | Enables other objects to be notified when this property changes. |
CanResetValue | [TBD] |
Equals (inherited from PropertyDescriptor) | Compares this to another object to see if they are equivalent. |
GetEditor (inherited from PropertyDescriptor) | Gets an editor of the specified type. |
GetHashCode (inherited from PropertyDescriptor) | |
GetChildProperties (inherited from PropertyDescriptor) | Overloaded. Returns a PropertyDescriptorCollection for a given object using a specified array of attributes as a filter. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValue | [TBD] |
RemoveValueChanged (inherited from PropertyDescriptor) | Enables other objects to be notified when this property changes. |
ResetValue | [TBD] |
SetValue | [TBD] |
ShouldSerializeValue | [TBD] |
ToString (inherited from Object) | Returns a String that represents the current Object. |
FallbackPropertyDescriptor Class | LaMarvin.Constable.Design.Fallback Namespace