IFindResultsWindow4.RepeatFindAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)