net9.0-macos
namespace AppKit
{
    [Protocol(Name = "NSTextFieldDelegate", WrapperType = typeof(NSTextFieldDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailToValidatePartialString", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSControl), typeof(string), typeof(string) }, Selector = "control:didFailToValidatePartialString:errorDescription:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingEnded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidEndEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Changed", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidChange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingBegan", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidBeginEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "TextShouldBeginEditing", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSControl), typeof(NSText) }, ReturnType = typeof(bool), Selector = "control:textShouldBeginEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "TextShouldEndEditing", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSControl), typeof(NSText) }, ReturnType = typeof(bool), Selector = "control:textShouldEndEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailToFormatString", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSControl), typeof(string), typeof(string) }, ReturnType = typeof(bool), Selector = "control:didFailToFormatString:errorDescription:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsValidObject", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSControl), typeof(NSObject) }, ReturnType = typeof(bool), Selector = "control:isValidObject:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DoCommandBySelector", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSControl), typeof(NSTextView), typeof(Selector) }, ReturnType = typeof(bool), Selector = "control:textView:doCommandBySelector:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetCompletions", ParameterByRef = new[] { false, false, false, false, true }, ParameterType = new[] { typeof(NSControl), typeof(NSTextView), typeof(string[]), typeof(NSRange), typeof(IntPtr) }, ReturnType = typeof(string[]), Selector = "control:textView:completions:forPartialWordRange:indexOfSelectedItem:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetCandidates", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSTextField), typeof(NSTextView), typeof(NSRange) }, ReturnType = typeof(NSObject[]), Selector = "textField:textView:candidatesForSelectedRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetTextCheckingResults", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSTextField), typeof(NSTextView), typeof(NSTextCheckingResult[]), typeof(NSRange) }, ReturnType = typeof(NSTextCheckingResult[]), Selector = "textField:textView:candidates:forSelectedRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldSelectCandidate", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSTextField), typeof(NSTextView), typeof(UIntPtr) }, ReturnType = typeof(bool), Selector = "textField:textView:shouldSelectCandidateAtIndex:")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface INSTextFieldDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • Mac Catalyst
  • macOS
  • Built-in API
  • Package-provided API

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