Keyoti RapidFindReplace WPF API Docs
SetIsFindable Method (element, value)
API DocumentationKeyoti.RapidFindReplace.WPFRapidFindReplaceControlSetIsFindable(UIElement, Nullable<(Of <<'(Boolean>)>>))
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 void SetIsFindable(
	UIElement element,
	Nullable<bool> value
)
Public Shared Sub SetIsFindable ( 
	element As UIElement,
	value As Nullable(Of Boolean)
)
public:
static void SetIsFindable(
	UIElement^ element, 
	Nullable<bool> value
)
static member SetIsFindable : 
        element : UIElement * 
        value : Nullable<bool> -> unit 
Parameters
element (UIElement)
value (Nullable<(Of <(<'Boolean>)>)>)

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