DocActionEvent.ReturnStatus Property

Definition

Gets or sets the return status of the OnClick event.

public:
 property bool ReturnStatus { bool get(); void set(bool value); };
public bool ReturnStatus { get; set; }
member this.ReturnStatus : bool with get, set
Public Property ReturnStatus As Boolean

Property Value

Implements

Remarks

The ReturnStatus property of the DocActionEventObject object is available, as the DocActionEvent object inherits from the DocReturnEventObject object, but setting this property to false does not cause the event to fail.

Applies to