If any value provider indicates that a value is "UserSelected" then we must force the persistence of the value.
[Visual Basic] Protected Function AlwaysPersist( _ ByVal property As PropertyDescriptor, _ ByVal comp As Object _ ) As Boolean [C#] protected bool AlwaysPersist( PropertyDescriptor property, object comp ); [C++] protected: bool AlwaysPersist( PropertyDescriptor* property, Object* comp ); [JScript] protected function AlwaysPersist( property : PropertyDescriptor, comp : Object ) : Boolean;
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace