'Declaration Public Overrides Function Execute() As Boolean
public override bool Execute()
public: bool Execute(); override
public:
bool Execute(); override
Return Value
True if action is executed; otherwise, false.
'Declaration Public Overrides Function Execute() As Boolean
public override bool Execute()
public: bool Execute(); override
public:
bool Execute(); override
A reset-form action resets selected interactive form fields to their default values; that is, it sets the value in the field default value.
If no default value is defined for a field, its value property is removed.
For fields that can have no value (such as pushbuttons), the action has no effect.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5