IBEExtendedTextInputTraits Interface
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.
This interface represents the Objective-C protocol BEExtendedTextInputTraits.
[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BEExtendedTextInputTraits", WrapperType=typeof(BrowserEngineKit.BEExtendedTextInputTraitsWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isSingleLineDocument", IsProperty=true, IsRequired=false, IsStatic=false, Name="SingleLineDocument", PropertyType=typeof(System.Boolean), Selector="singleLineDocument")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isTypingAdaptationEnabled", IsProperty=true, IsRequired=false, IsStatic=false, Name="TypingAdaptationEnabled", PropertyType=typeof(System.Boolean), Selector="typingAdaptationEnabled")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="insertionPointColor", IsProperty=true, IsRequired=false, IsStatic=false, Name="InsertionPointColor", PropertyType=typeof(UIKit.UIColor), Selector="insertionPointColor")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="selectionHandleColor", IsProperty=true, IsRequired=false, IsStatic=false, Name="SelectionHandleColor", PropertyType=typeof(UIKit.UIColor), Selector="selectionHandleColor")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="selectionHighlightColor", IsProperty=true, IsRequired=false, IsStatic=false, Name="SelectionHighlightColor", PropertyType=typeof(UIKit.UIColor), Selector="selectionHighlightColor")]
public interface IBEExtendedTextInputTraits : IDisposable, UIKit.IUITextInputTraits
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BEExtendedTextInputTraits", WrapperType=typeof(BrowserEngineKit.BEExtendedTextInputTraitsWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isSingleLineDocument", IsProperty=true, IsRequired=false, IsStatic=false, Name="SingleLineDocument", PropertyType=typeof(System.Boolean), Selector="singleLineDocument")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isTypingAdaptationEnabled", IsProperty=true, IsRequired=false, IsStatic=false, Name="TypingAdaptationEnabled", PropertyType=typeof(System.Boolean), Selector="typingAdaptationEnabled")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="insertionPointColor", IsProperty=true, IsRequired=false, IsStatic=false, Name="InsertionPointColor", PropertyType=typeof(UIKit.UIColor), Selector="insertionPointColor")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="selectionHandleColor", IsProperty=true, IsRequired=false, IsStatic=false, Name="SelectionHandleColor", PropertyType=typeof(UIKit.UIColor), Selector="selectionHandleColor")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="selectionHighlightColor", IsProperty=true, IsRequired=false, IsStatic=false, Name="SelectionHighlightColor", PropertyType=typeof(UIKit.UIColor), Selector="selectionHighlightColor")>]
type IBEExtendedTextInputTraits = interface
interface INativeObject
interface IDisposable
interface IUITextInputTraits
- Attributes
- Implements
Remarks
A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.
A class may also implement members from this interface to implement members from the protocol.
Properties
| Name | Description |
|---|---|
| AllowedWritingToolsResultOptions | (Inherited from IUITextInputTraits) |
| AllowsNumberPadPopover | (Inherited from IUITextInputTraits) |
| AutocapitalizationType |
The UITextAutocapitalizationType used by the IUITextInput. (Inherited from IUITextInputTraits) |
| AutocorrectionType |
The UITextAutocorrectionType used by the IUITextInput. (Inherited from IUITextInputTraits) |
| ConversationContext | (Inherited from IUITextInputTraits) |
| EnablesReturnKeyAutomatically |
Whether the return key is automatically enabled. (Inherited from IUITextInputTraits) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
| InlinePredictionType | (Inherited from IUITextInputTraits) |
| InsertionPointColor | |
| KeyboardAppearance |
The UIKeyboardAppearance used by the IUITextInput (Inherited from IUITextInputTraits) |
| KeyboardType |
The UIKeyboardType used by the IUITextInput. (Inherited from IUITextInputTraits) |
| MathExpressionCompletionType | (Inherited from IUITextInputTraits) |
| PasswordRules |
The password entry rules. (Inherited from IUITextInputTraits) |
| ReturnKeyType |
The form of the return key for the IUITextInput. (Inherited from IUITextInputTraits) |
| SecureTextEntry |
Whether the entered text should be hidden. (Inherited from IUITextInputTraits) |
| SelectionHandleColor | |
| SelectionHighlightColor | |
| SingleLineDocument | |
| SmartDashesType |
The smart dashes style. (Inherited from IUITextInputTraits) |
| SmartInsertDeleteType |
The smart insert style. (Inherited from IUITextInputTraits) |
| SmartQuotesType |
The smart quotes style. (Inherited from IUITextInputTraits) |
| SpellCheckingType |
Gets or sets a value that tells whether spell-checking is on, off, or if spell-checking will be enabled only when auto-complete is enabled (default). (Inherited from IUITextInputTraits) |
| TextContentType |
The semantic of the expected input, which allows the system to, for example, provide custom keyboards. (Inherited from IUITextInputTraits) |
| TypingAdaptationEnabled | |
| WritingToolsBehavior | (Inherited from IUITextInputTraits) |