Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public override bool CanResetValue(
	Object component
)
Visual Basic
Public Overrides Function CanResetValue ( 
	component As Object
) As Boolean
Visual C++
public:
virtual bool CanResetValue(
	Object^ component
) override
F#
abstract CanResetValue : 
        component : Object -> bool 
override CanResetValue : 
        component : Object -> bool 

Parameters

component
Type: System..::..Object

Return Value

Type: Boolean

See Also