IFindResultsWindow4.RepeatFindAction Property

Definition

The action that will be invoked when the repeat find action of the Find Results Window is invoked.

public:
 property Action<bool> ^ RepeatFindAction { Action<bool> ^ get(); void set(Action<bool> ^ value); };
public Action<bool> RepeatFindAction { get; set; }
member this.RepeatFindAction : Action<bool> with get, set
Public Property RepeatFindAction As Action(Of Boolean)

Property Value

Action<Boolean>

Applies to