Class FindController
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class FindController : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
FindController
- Implements
- Inherited Members
Constructors
FindController(bool, params ConstructArgument[])
protected FindController(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
FindController(IntPtr, bool)
protected FindController(IntPtr ptr, bool ownedRef)
Parameters
Fields
CountedMatchesSignal
Signal Descriptor for OnCountedMatches.
public static readonly Signal<FindController, FindController.CountedMatchesSignalArgs> CountedMatchesSignal
Field Value
FailedToFindTextSignal
Signal Descriptor for OnFailedToFindText.
public static readonly Signal<FindController> FailedToFindTextSignal
Field Value
FoundTextSignal
Signal Descriptor for OnFoundText.
public static readonly Signal<FindController, FindController.FoundTextSignalArgs> FoundTextSignal
Field Value
MaxMatchCountPropertyDefinition
public static readonly Property<uint, FindController> MaxMatchCountPropertyDefinition
Field Value
OptionsPropertyDefinition
public static readonly Property<FindOptions, FindController> OptionsPropertyDefinition
Field Value
TextPropertyDefinition
public static readonly Property<string?, FindController> TextPropertyDefinition
Field Value
WebViewPropertyDefinition
public static readonly Property<WebView?, FindController> WebViewPropertyDefinition
Field Value
Properties
MaxMatchCount
public uint MaxMatchCount { get; }
Property Value
Options
public FindOptions Options { get; }
Property Value
Text
public string? Text { get; }
Property Value
WebView
public WebView? WebView { get; }
Property Value
Methods
CountMatches(string, uint, uint)
public void CountMatches(string searchText, uint findOptions, uint maxMatchCount)
Parameters
GetGType()
public static Type GetGType()
Returns
GetMaxMatchCount()
public uint GetMaxMatchCount()
Returns
GetOptions()
public uint GetOptions()
Returns
GetSearchText()
public string GetSearchText()
Returns
GetWebView()
public WebView GetWebView()
Returns
Search(string, uint, uint)
public void Search(string searchText, uint findOptions, uint maxMatchCount)
Parameters
SearchFinish()
public void SearchFinish()
SearchNext()
public void SearchNext()
SearchPrevious()
public void SearchPrevious()
Events
OnCountedMatches
public event SignalHandler<FindController, FindController.CountedMatchesSignalArgs> OnCountedMatches
Event Type
OnFailedToFindText
public event SignalHandler<FindController> OnFailedToFindText
Event Type
OnFoundText
public event SignalHandler<FindController, FindController.FoundTextSignalArgs> OnFoundText