NSLayoutManagerDelegate.ShouldUseAction Method

Definition

The control character action for the control character at the specified index.

[Foundation.Export("layoutManager:shouldUseAction:forControlCharacterAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.NSControlCharacterAction ShouldUseAction (UIKit.NSLayoutManager layoutManager, UIKit.NSControlCharacterAction action, nuint charIndex);
abstract member ShouldUseAction : UIKit.NSLayoutManager * UIKit.NSControlCharacterAction * nuint -> UIKit.NSControlCharacterAction
override this.ShouldUseAction : UIKit.NSLayoutManager * UIKit.NSControlCharacterAction * nuint -> UIKit.NSControlCharacterAction

Parameters

layoutManager
NSLayoutManager
charIndex
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to