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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.NSControlCharacterAction ShouldUseAction(this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, UIKit.NSControlCharacterAction action, UIntPtr characterIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldUseAction : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * UIKit.NSControlCharacterAction * unativeint -> UIKit.NSControlCharacterAction
Parameters
- layoutManager
- NSLayoutManager
- action
- NSControlCharacterAction
- characterIndex
-
UIntPtr
unativeint
Returns
- Attributes