xamarinmac
namespace AppKit
{
    [Protocol(Name = "NSTextInputClient", WrapperType = typeof(NSTextInputClientWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UnmarkText", Selector = "unmarkText")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "InsertText", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSObject), typeof(NSRange) }, Selector = "insertText:replacementRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SetMarkedText", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSObject), typeof(NSRange), typeof(NSRange) }, Selector = "setMarkedText:selectedRange:replacementRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAttributedSubstring", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(NSRange), typeof(NSRange) }, ReturnType = typeof(NSAttributedString), Selector = "attributedSubstringForProposedRange:actualRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetFirstRect", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(NSRange), typeof(NSRange) }, ReturnType = typeof(CGRect), Selector = "firstRectForCharacterRange:actualRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetCharacterIndex", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CGPoint) }, ReturnType = typeof(nuint), Selector = "characterIndexForPoint:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetFractionOfDistanceThroughGlyph", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CGPoint) }, ReturnType = typeof(nfloat), Selector = "fractionOfDistanceThroughGlyphForPoint:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetBaselineDelta", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nuint) }, ReturnType = typeof(nfloat), Selector = "baselineDeltaForCharacterAtIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DrawsVertically", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nuint) }, ReturnType = typeof(bool), Selector = "drawsVerticallyForCharacterAtIndex:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "selectedRange", IsProperty = true, IsRequired = false, IsStatic = false, Name = "SelectedRange", PropertyType = typeof(NSRange), Selector = "selectedRange")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "markedRange", IsProperty = true, IsRequired = false, IsStatic = false, Name = "MarkedRange", PropertyType = typeof(NSRange), Selector = "markedRange")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "hasMarkedText", IsProperty = true, IsRequired = false, IsStatic = false, Name = "HasMarkedText", PropertyType = typeof(bool), Selector = "hasMarkedText")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "validAttributesForMarkedText", IsProperty = true, IsRequired = false, IsStatic = false, Name = "ValidAttributesForMarkedText", PropertyType = typeof(NSString[]), Selector = "validAttributesForMarkedText")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "attributedString", IsProperty = true, IsRequired = false, IsStatic = false, Name = "AttributedString", PropertyType = typeof(NSAttributedString), Selector = "attributedString")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "windowLevel", IsProperty = true, IsRequired = false, IsStatic = false, Name = "WindowLevel", PropertyType = typeof(NSWindowLevel), Selector = "windowLevel")]
    public interface INSTextInputClient : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
.NET 6.07.08.09.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/16/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙