RadControls for WinForms

Resets the current value of the specified property using the provided flags.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public ValueUpdateResult ResetValue(
	RadProperty property,
	ValueResetFlags flags
)
Visual Basic
Public Function ResetValue ( _
	property As RadProperty, _
	flags As ValueResetFlags _
) As ValueUpdateResult

Parameters

property
Type: Telerik.WinControls..::..RadProperty
The RadProperty that should be reset.
flags
Type: Telerik.WinControls..::..ValueResetFlags
Additional flags that specify which effective modifiers should be reset.

Return Value

The result of the operation.

See Also