.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. AppKit
  3. NSTextCheckingController
  4. GetMenu(nuint, Boolean, NSRange)
  • NSTextCheckingController
    • NSTextCheckingController(INSTextCheckingClient)
    • NSTextCheckingController(IntPtr)
    • NSTextCheckingController(NativeHandle)
    • NSTextCheckingController(NSObjectFlag)
    • ClassHandle
    • Client
    • SpellCheckerDocumentTag
    • ValidAnnotations
    • ChangeSpelling(NSObject)
    • CheckSpelling(NSObject)
    • CheckText(NSRange, NSTextCheckingTypes, NSDictionary)
    • CheckText(NSRange, NSTextCheckingTypes, NSTextCheckingOptions)
    • CheckTextInDocument(NSObject)
    • CheckTextInSelection(NSObject)
    • ConsiderTextChecking(NSRange)
    • DidChangeSelectedRange()
    • DidChangeText(NSRange)
    • GetMenu(nuint, Boolean, NSRange)
    • GetMenu(nuint, Boolean, NSRange)
    • IgnoreSpelling(NSObject)
    • InsertedText(NSRange)
    • Invalidate()
    • OrderFrontSubstitutionsPanel(NSObject)
    • ShowGuessPanel(NSObject)
    • UpdateCandidates()
xamarinmac
namespace AppKit
{
    [Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
    [Register("NSTextCheckingController", true)]
    public class NSTextCheckingController : NSObject
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("menuAtIndex:clickedOnSelection:effectiveRange:")]
        public virtual NSMenu? GetMenu(nuint location, bool clickedOnSelection, ref NSRange effectiveRange);
    }
}
Xamarin macOS 0.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
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙