ViewStructure.SetInputType(Int32) 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.
Sets the android.text.InputType
bits of this node.
[Android.Runtime.Register("setInputType", "(I)V", "GetSetInputType_IHandler", ApiSince=26)]
public abstract void SetInputType (int inputType);
[<Android.Runtime.Register("setInputType", "(I)V", "GetSetInputType_IHandler", ApiSince=26)>]
abstract member SetInputType : int -> unit
Parameters
- inputType
- Int32
inputType bits as defined by android.text.InputType
.
- Attributes
Remarks
Sets the android.text.InputType
bits of this node.
Java documentation for android.view.ViewStructure.setInputType(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.