ElementPropertyDescriptor.ShouldSerializeValue(Object) Method

Definition

Allow the property to be reported as bold in the property browser

public:
 override bool ShouldSerializeValue(System::Object ^ component);
public override bool ShouldSerializeValue (object component);
override this.ShouldSerializeValue : obj -> bool
Public Overrides Function ShouldSerializeValue (component As Object) As Boolean

Parameters

component
Object

the property object

Returns

whether this property is different from its default

Applies to