NSLayoutManagerDelegate.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.
[Foundation.Export("layoutManager:shouldUseAction:forControlCharacterAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSControlCharacterAction ShouldUseAction(UIKit.NSLayoutManager layoutManager, UIKit.NSControlCharacterAction action, UIntPtr characterIndex);
[<Foundation.Export("layoutManager:shouldUseAction:forControlCharacterAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldUseAction : UIKit.NSLayoutManager * UIKit.NSControlCharacterAction * unativeint -> UIKit.NSControlCharacterAction
override this.ShouldUseAction : UIKit.NSLayoutManager * UIKit.NSControlCharacterAction * unativeint -> UIKit.NSControlCharacterAction
Parameters
- layoutManager
- NSLayoutManager
- action
- NSControlCharacterAction
- characterIndex
-
UIntPtr
unativeint
Returns
Implements
- Attributes