DependencyPropertyDescriptor.ResetValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets the value for this property of the component to the default value.
public:
override void ResetValue(System::Object ^ component);
public override void ResetValue (object component);
override this.ResetValue : obj -> unit
Public Overrides Sub ResetValue (component As Object)
Parameters
- component
- Object
The component with the property value that is to be reset to the default value.
Remarks
This method relies on the underlying PropertyDescriptor.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา