INSTextFinderClient Interface

Definition

[Foundation.Protocol(Name="NSTextFinderClient", WrapperType=typeof(AppKit.NSTextFinderClientWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSTextFinderClient : IDisposable, ObjCRuntime.INativeObject
type INSTextFinderClient = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

AllowsMultipleSelection
Editable
FirstSelectedRange
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Selectable
SelectedRanges
String
VisibleCharacterRanges

Methods

ContentViewAtIndexeffectiveCharacterRange(nuint, NSRange)
DidReplaceCharacters()
DrawCharactersInRangeforContentView(NSRange, NSView)
RectsForCharacterRange(NSRange)
ReplaceCharactersInRangewithString(NSRange, String)
ScrollRangeToVisible(NSRange)
ShouldReplaceCharactersInRangeswithStrings(NSArray, NSArray)
StringAtIndexeffectiveRangeendsWithSearchBoundary(nuint, NSRange, Boolean)
StringLength()

Applies to