Keyoti RapidFindReplace WPF API Docs
GetIsFindable Method (element)
API DocumentationKeyoti.RapidFindReplace.WPFRapidFindReplaceControlGetIsFindable(UIElement)
Keyoti RapidFindReplace WPF
Attached property used to indicate if an element is findable, or if it should be ignored.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Nullable<bool> GetIsFindable(
	UIElement element
)
Public Shared Function GetIsFindable ( 
	element As UIElement
) As Nullable(Of Boolean)
public:
static Nullable<bool> GetIsFindable(
	UIElement^ element
)
static member GetIsFindable : 
        element : UIElement -> Nullable<bool> 
Parameters
element (UIElement)
Return Value
Nullable<(Of <(<'Boolean>)>)>

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)