Method | Description | |
---|---|---|
GetValue ( object component ) : object |
When overridden in a derived class, gets the current value of the property on a component.
|
|
InstancePropertyPropertyDescriptor ( object instance, |
Initializes a new instance of the InstancePropertyPropertyDescriptor class.
|
|
SetValue ( object component, object value ) : void |
Method | Description | |
---|---|---|
FillAttributes ( IList attributeList ) : void | ||
IsFiltered ( |
protected FillAttributes ( IList attributeList ) : void | ||
attributeList | IList | |
return | void |
public GetValue ( object component ) : object | ||
component | object | The component with the property for which to retrieve the value. |
return | object |
public InstancePropertyPropertyDescriptor ( object instance, |
||
instance | object | The component instance. |
ownerType | Type of the owner. | |
propertyInfo | The property information. | |
keepOriginalCategoryAttribute | bool | if set to |
return | System |
protected IsFiltered ( |
||
attribute | ||
return | bool |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |