For a list of all members of this type, see DicomEditablePropertyDescriptor members.
"Name | Description | |
---|---|---|
![]() | AddValueChanged | Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor) |
![]() | CanResetValue | Overridden. When overridden in a derived class, returns whether resetting an object changes its value. |
![]() | GetChildProperties | Overloaded. Returns the default System.ComponentModel.PropertyDescriptorCollection. (Inherited from System.ComponentModel.PropertyDescriptor) |
![]() | GetEditor | Gets an editor of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor) |
![]() | GetValue | Overridden. When overridden in a derived class, gets the current value of the property on a component. |
![]() | RemoveValueChanged | Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor) |
![]() | ResetValue | Overridden. When overridden in a derived class, resets the value for this property of the component to the default value. |
![]() | SetValue | Overridden. When overridden in a derived class, sets the value of the component to a different value. |
![]() | ShouldSerializeValue | Overridden. When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. |
Name | Description | |
---|---|---|
![]() | CreateAttributeCollection | Creates a collection of attributes using the array of attributes passed to the constructor. (Inherited from System.ComponentModel.MemberDescriptor) |
![]() | CreateInstance | Creates an instance of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor) |
![]() | FillAttributes | When overridden in a derived class, adds the attributes of the inheriting class to the specified list of attributes in the parent class. (Inherited from System.ComponentModel.MemberDescriptor) |
![]() | GetInvocationTarget | Retrieves the object that should be used during invocation of members. (Inherited from System.ComponentModel.MemberDescriptor) |
![]() | GetTypeFromName | Returns a type using its name. (Inherited from System.ComponentModel.PropertyDescriptor) |
![]() | OnGetValue | Calls the GetElementValue event. |
![]() | OnSetValue | Calls the SetElementValue event. |
![]() | OnValueChanged | Raises the ValueChanged event that you implemented. (Inherited from System.ComponentModel.PropertyDescriptor) |