NSLayoutManagerDelegate_Extensions.ShouldUseAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The control character action for the control character at the specified index.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.NSControlCharacterAction ShouldUseAction (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, UIKit.NSControlCharacterAction action, nuint charIndex);
static member ShouldUseAction : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * UIKit.NSControlCharacterAction * nuint -> UIKit.NSControlCharacterAction
Parameters
The instance on which this extension method operates.
- layoutManager
- NSLayoutManager
- action
- NSControlCharacterAction
- charIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes