Gets the tooltip for the control which is responsible for switching to the next search result.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.Localization
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string TooltipFindNext { get; }
Visual Basic (Declaration)
Public ReadOnly Property TooltipFindNext As String
Visual C++
public:
property String^ TooltipFindNext {
	String^ get ();
}

See Also